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