Uses of Interface
software.amazon.awssdk.services.voiceid.endpoints.VoiceIdEndpointParams.Builder
-
Packages that use VoiceIdEndpointParams.Builder Package Description software.amazon.awssdk.services.voiceid.endpoints -
-
Uses of VoiceIdEndpointParams.Builder in software.amazon.awssdk.services.voiceid.endpoints
Methods in software.amazon.awssdk.services.voiceid.endpoints that return VoiceIdEndpointParams.Builder Modifier and Type Method Description static VoiceIdEndpointParams.BuilderVoiceIdEndpointParams. builder()VoiceIdEndpointParams.BuilderVoiceIdEndpointParams.Builder. endpoint(String endpoint)VoiceIdEndpointParams.BuilderVoiceIdEndpointParams.Builder. region(Region region)VoiceIdEndpointParams.BuilderVoiceIdEndpointParams. toBuilder()VoiceIdEndpointParams.BuilderVoiceIdEndpointParams.Builder. useDualStack(Boolean useDualStack)VoiceIdEndpointParams.BuilderVoiceIdEndpointParams.Builder. useFips(Boolean useFIPS)Method parameters in software.amazon.awssdk.services.voiceid.endpoints with type arguments of type VoiceIdEndpointParams.Builder Modifier and Type Method Description default CompletableFuture<Endpoint>VoiceIdEndpointProvider. resolveEndpoint(Consumer<VoiceIdEndpointParams.Builder> endpointParamsConsumer)Compute the endpoint based on the given set of parameters.
-