Uses of Class
software.amazon.awssdk.services.datasync.model.DescribeLocationObjectStorageResponse
-
Packages that use DescribeLocationObjectStorageResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of DescribeLocationObjectStorageResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return DescribeLocationObjectStorageResponse Modifier and Type Method Description default DescribeLocationObjectStorageResponseDataSyncClient. describeLocationObjectStorage(Consumer<DescribeLocationObjectStorageRequest.Builder> 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.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type DescribeLocationObjectStorageResponse Modifier and Type Method Description default CompletableFuture<DescribeLocationObjectStorageResponse>DataSyncAsyncClient. describeLocationObjectStorage(Consumer<DescribeLocationObjectStorageRequest.Builder> describeLocationObjectStorageRequest)Returns metadata about your DataSync location for an object storage system.default CompletableFuture<DescribeLocationObjectStorageResponse>DataSyncAsyncClient. describeLocationObjectStorage(DescribeLocationObjectStorageRequest describeLocationObjectStorageRequest)Returns metadata about your DataSync location for an object storage system.
-