Uses of Class
software.amazon.awssdk.services.datasync.model.CreateLocationObjectStorageResponse
-
Packages that use CreateLocationObjectStorageResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of CreateLocationObjectStorageResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return CreateLocationObjectStorageResponse Modifier and Type Method Description default CreateLocationObjectStorageResponseDataSyncClient. createLocationObjectStorage(Consumer<CreateLocationObjectStorageRequest.Builder> createLocationObjectStorageRequest)Creates a transfer location for an object storage system.default CreateLocationObjectStorageResponseDataSyncClient. createLocationObjectStorage(CreateLocationObjectStorageRequest createLocationObjectStorageRequest)Creates a transfer location for an object storage system.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type CreateLocationObjectStorageResponse Modifier and Type Method Description default CompletableFuture<CreateLocationObjectStorageResponse>DataSyncAsyncClient. createLocationObjectStorage(Consumer<CreateLocationObjectStorageRequest.Builder> createLocationObjectStorageRequest)Creates a transfer location for an object storage system.default CompletableFuture<CreateLocationObjectStorageResponse>DataSyncAsyncClient. createLocationObjectStorage(CreateLocationObjectStorageRequest createLocationObjectStorageRequest)Creates a transfer location for an object storage system.
-