Uses of Interface
software.amazon.awssdk.services.sts.endpoints.StsEndpointParams.Builder
-
Packages that use StsEndpointParams.Builder Package Description software.amazon.awssdk.services.sts.endpoints -
-
Uses of StsEndpointParams.Builder in software.amazon.awssdk.services.sts.endpoints
Methods in software.amazon.awssdk.services.sts.endpoints that return StsEndpointParams.Builder Modifier and Type Method Description static StsEndpointParams.BuilderStsEndpointParams. builder()StsEndpointParams.BuilderStsEndpointParams.Builder. endpoint(String endpoint)StsEndpointParams.BuilderStsEndpointParams.Builder. region(Region region)StsEndpointParams.BuilderStsEndpointParams. toBuilder()StsEndpointParams.BuilderStsEndpointParams.Builder. useDualStack(Boolean useDualStack)StsEndpointParams.BuilderStsEndpointParams.Builder. useFips(Boolean useFIPS)StsEndpointParams.BuilderStsEndpointParams.Builder. useGlobalEndpoint(Boolean useGlobalEndpoint)Method parameters in software.amazon.awssdk.services.sts.endpoints with type arguments of type StsEndpointParams.Builder Modifier and Type Method Description default CompletableFuture<Endpoint>StsEndpointProvider. resolveEndpoint(Consumer<StsEndpointParams.Builder> endpointParamsConsumer)Compute the endpoint based on the given set of parameters.
-