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