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