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