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