Uses of Class
software.amazon.awssdk.services.polly.endpoints.PollyEndpointParams
-
Packages that use PollyEndpointParams Package Description software.amazon.awssdk.services.polly.endpoints software.amazon.awssdk.services.polly.endpoints.internal -
-
Uses of PollyEndpointParams in software.amazon.awssdk.services.polly.endpoints
Methods in software.amazon.awssdk.services.polly.endpoints that return PollyEndpointParams Modifier and Type Method Description PollyEndpointParamsPollyEndpointParams.Builder. build()Methods in software.amazon.awssdk.services.polly.endpoints with parameters of type PollyEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>PollyEndpointProvider. resolveEndpoint(PollyEndpointParams endpointParams)Compute the endpoint based on the given set of parameters. -
Uses of PollyEndpointParams in software.amazon.awssdk.services.polly.endpoints.internal
Methods in software.amazon.awssdk.services.polly.endpoints.internal that return PollyEndpointParams Modifier and Type Method Description static PollyEndpointParamsPollyResolveEndpointInterceptor. ruleParams(SdkRequest request, ExecutionAttributes executionAttributes)Methods in software.amazon.awssdk.services.polly.endpoints.internal with parameters of type PollyEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>DefaultPollyEndpointProvider. resolveEndpoint(PollyEndpointParams params)
-