Uses of Class
software.amazon.awssdk.services.datasync.model.DescribeStorageSystemResourcesRequest
-
Packages that use DescribeStorageSystemResourcesRequest Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.paginators software.amazon.awssdk.services.datasync.transform -
-
Uses of DescribeStorageSystemResourcesRequest in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync with parameters of type DescribeStorageSystemResourcesRequest Modifier and Type Method Description default CompletableFuture<DescribeStorageSystemResourcesResponse>DataSyncAsyncClient. describeStorageSystemResources(DescribeStorageSystemResourcesRequest describeStorageSystemResourcesRequest)Returns information that DataSync Discovery collects about resources in your on-premises storage system.default DescribeStorageSystemResourcesResponseDataSyncClient. describeStorageSystemResources(DescribeStorageSystemResourcesRequest describeStorageSystemResourcesRequest)Returns information that DataSync Discovery collects about resources in your on-premises storage system.default DescribeStorageSystemResourcesPublisherDataSyncAsyncClient. describeStorageSystemResourcesPaginator(DescribeStorageSystemResourcesRequest describeStorageSystemResourcesRequest)Returns information that DataSync Discovery collects about resources in your on-premises storage system.default DescribeStorageSystemResourcesIterableDataSyncClient. describeStorageSystemResourcesPaginator(DescribeStorageSystemResourcesRequest describeStorageSystemResourcesRequest)Returns information that DataSync Discovery collects about resources in your on-premises storage system. -
Uses of DescribeStorageSystemResourcesRequest in software.amazon.awssdk.services.datasync.paginators
Constructors in software.amazon.awssdk.services.datasync.paginators with parameters of type DescribeStorageSystemResourcesRequest Constructor Description DescribeStorageSystemResourcesIterable(DataSyncClient client, DescribeStorageSystemResourcesRequest firstRequest)DescribeStorageSystemResourcesPublisher(DataSyncAsyncClient client, DescribeStorageSystemResourcesRequest firstRequest) -
Uses of DescribeStorageSystemResourcesRequest in software.amazon.awssdk.services.datasync.transform
Methods in software.amazon.awssdk.services.datasync.transform with parameters of type DescribeStorageSystemResourcesRequest Modifier and Type Method Description SdkHttpFullRequestDescribeStorageSystemResourcesRequestMarshaller. marshall(DescribeStorageSystemResourcesRequest describeStorageSystemResourcesRequest)
-