Uses of Class
software.amazon.awssdk.services.datasync.model.CreateLocationSmbResponse
-
Packages that use CreateLocationSmbResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of CreateLocationSmbResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return CreateLocationSmbResponse Modifier and Type Method Description default CreateLocationSmbResponseDataSyncClient. createLocationSmb(Consumer<CreateLocationSmbRequest.Builder> createLocationSmbRequest)Creates a transfer location for a Server Message Block (SMB) file server.default CreateLocationSmbResponseDataSyncClient. createLocationSmb(CreateLocationSmbRequest createLocationSmbRequest)Creates a transfer location for a Server Message Block (SMB) file server.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type CreateLocationSmbResponse Modifier and Type Method Description default CompletableFuture<CreateLocationSmbResponse>DataSyncAsyncClient. createLocationSmb(Consumer<CreateLocationSmbRequest.Builder> createLocationSmbRequest)Creates a transfer location for a Server Message Block (SMB) file server.default CompletableFuture<CreateLocationSmbResponse>DataSyncAsyncClient. createLocationSmb(CreateLocationSmbRequest createLocationSmbRequest)Creates a transfer location for a Server Message Block (SMB) file server.
-