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