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