Uses of Interface
software.amazon.awssdk.services.sts.endpoints.StsEndpointParams.Builder
Packages that use StsEndpointParams.Builder
-
Uses of StsEndpointParams.Builder in software.amazon.awssdk.services.sts.endpoints
Methods in software.amazon.awssdk.services.sts.endpoints that return StsEndpointParams.BuilderModifier and TypeMethodDescriptionstatic StsEndpointParams.BuilderStsEndpointParams.builder()StsEndpointParams.toBuilder()StsEndpointParams.Builder.useDualStack(Boolean useDualStack) StsEndpointParams.Builder.useGlobalEndpoint(Boolean useGlobalEndpoint) Method parameters in software.amazon.awssdk.services.sts.endpoints with type arguments of type StsEndpointParams.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<Endpoint>StsEndpointProvider.resolveEndpoint(Consumer<StsEndpointParams.Builder> endpointParamsConsumer) Compute the endpoint based on the given set of parameters.