| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync |
|
| software.amazon.awssdk.services.datasync.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeStorageSystemResourcesResponse |
DataSyncClient.describeStorageSystemResources(Consumer<DescribeStorageSystemResourcesRequest.Builder> describeStorageSystemResourcesRequest)
Returns information that DataSync Discovery collects about resources in your on-premises storage system.
|
default DescribeStorageSystemResourcesResponse |
DataSyncClient.describeStorageSystemResources(DescribeStorageSystemResourcesRequest describeStorageSystemResourcesRequest)
Returns information that DataSync Discovery collects about resources in your on-premises storage system.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeStorageSystemResourcesResponse> |
DataSyncAsyncClient.describeStorageSystemResources(Consumer<DescribeStorageSystemResourcesRequest.Builder> describeStorageSystemResourcesRequest)
Returns information that DataSync Discovery collects about resources in your on-premises storage system.
|
default CompletableFuture<DescribeStorageSystemResourcesResponse> |
DataSyncAsyncClient.describeStorageSystemResources(DescribeStorageSystemResourcesRequest describeStorageSystemResourcesRequest)
Returns information that DataSync Discovery collects about resources in your on-premises storage system.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeStorageSystemResourcesResponse> |
DescribeStorageSystemResourcesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeStorageSystemResourcesPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeStorageSystemResourcesResponse> subscriber) |
Copyright © 2023. All rights reserved.