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)Provides details about how an DataSync transfer location for an object storage system is configured.default DescribeLocationObjectStorageResponseDataSyncClient. describeLocationObjectStorage(DescribeLocationObjectStorageRequest describeLocationObjectStorageRequest)Provides details about how an DataSync transfer location for an object storage system is configured. -
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)
-