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