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