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