Interface TranscribeStreamingEndpointProvider
-
- All Superinterfaces:
EndpointProvider
- All Known Implementing Classes:
DefaultTranscribeStreamingEndpointProvider
@Generated("software.amazon.awssdk:codegen") public interface TranscribeStreamingEndpointProvider extends EndpointProvider
An endpoint provider for TranscribeStreaming. The endpoint provider takes a set of parameters usingTranscribeStreamingEndpointParams, and resolves anEndpointbase on the given parameters.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static TranscribeStreamingEndpointProviderdefaultProvider()default CompletableFuture<Endpoint>resolveEndpoint(Consumer<TranscribeStreamingEndpointParams.Builder> endpointParamsConsumer)Compute the endpoint based on the given set of parameters.CompletableFuture<Endpoint>resolveEndpoint(TranscribeStreamingEndpointParams endpointParams)Compute the endpoint based on the given set of parameters.
-
-
-
Method Detail
-
resolveEndpoint
CompletableFuture<Endpoint> resolveEndpoint(TranscribeStreamingEndpointParams endpointParams)
Compute the endpoint based on the given set of parameters.
-
resolveEndpoint
default CompletableFuture<Endpoint> resolveEndpoint(Consumer<TranscribeStreamingEndpointParams.Builder> endpointParamsConsumer)
Compute the endpoint based on the given set of parameters.
-
defaultProvider
static TranscribeStreamingEndpointProvider defaultProvider()
-
-