@Generated(value="software.amazon.awssdk:codegen") public interface AppFabricEndpointProvider extends EndpointProvider
AppFabricEndpointParams, and resolves an Endpoint base on the given parameters.| Modifier and Type | Method and Description |
|---|---|
static AppFabricEndpointProvider |
defaultProvider() |
CompletableFuture<Endpoint> |
resolveEndpoint(AppFabricEndpointParams endpointParams)
Compute the endpoint based on the given set of parameters.
|
default CompletableFuture<Endpoint> |
resolveEndpoint(Consumer<AppFabricEndpointParams.Builder> endpointParamsConsumer)
Compute the endpoint based on the given set of parameters.
|
CompletableFuture<Endpoint> resolveEndpoint(AppFabricEndpointParams endpointParams)
default CompletableFuture<Endpoint> resolveEndpoint(Consumer<AppFabricEndpointParams.Builder> endpointParamsConsumer)
static AppFabricEndpointProvider defaultProvider()
Copyright © 2023. All rights reserved.