Uses of Class
software.amazon.awssdk.services.datasync.model.DescribeLocationObjectStorageRequest
-
Packages that use DescribeLocationObjectStorageRequest Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.transform -
-
Uses of DescribeLocationObjectStorageRequest in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync with parameters of type DescribeLocationObjectStorageRequest Modifier and Type Method Description default CompletableFuture<DescribeLocationObjectStorageResponse>DataSyncAsyncClient. describeLocationObjectStorage(DescribeLocationObjectStorageRequest describeLocationObjectStorageRequest)Returns metadata about your DataSync location for an object storage system.default DescribeLocationObjectStorageResponseDataSyncClient. describeLocationObjectStorage(DescribeLocationObjectStorageRequest describeLocationObjectStorageRequest)Returns metadata about your DataSync location for an object storage system. -
Uses of DescribeLocationObjectStorageRequest in software.amazon.awssdk.services.datasync.transform
Methods in software.amazon.awssdk.services.datasync.transform with parameters of type DescribeLocationObjectStorageRequest Modifier and Type Method Description SdkHttpFullRequestDescribeLocationObjectStorageRequestMarshaller. marshall(DescribeLocationObjectStorageRequest describeLocationObjectStorageRequest)
-