Uses of Class
software.amazon.awssdk.services.apptest.endpoints.AppTestEndpointParams
-
Packages that use AppTestEndpointParams Package Description software.amazon.awssdk.services.apptest.endpoints software.amazon.awssdk.services.apptest.endpoints.internal -
-
Uses of AppTestEndpointParams in software.amazon.awssdk.services.apptest.endpoints
Methods in software.amazon.awssdk.services.apptest.endpoints that return AppTestEndpointParams Modifier and Type Method Description AppTestEndpointParamsAppTestEndpointParams.Builder. build()Methods in software.amazon.awssdk.services.apptest.endpoints with parameters of type AppTestEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>AppTestEndpointProvider. resolveEndpoint(AppTestEndpointParams endpointParams)Compute the endpoint based on the given set of parameters. -
Uses of AppTestEndpointParams in software.amazon.awssdk.services.apptest.endpoints.internal
Methods in software.amazon.awssdk.services.apptest.endpoints.internal that return AppTestEndpointParams Modifier and Type Method Description static AppTestEndpointParamsAppTestResolveEndpointInterceptor. ruleParams(SdkRequest request, ExecutionAttributes executionAttributes)Methods in software.amazon.awssdk.services.apptest.endpoints.internal with parameters of type AppTestEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>DefaultAppTestEndpointProvider. resolveEndpoint(AppTestEndpointParams endpointParams)
-