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