| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
ListStorageSystemsResult |
AbstractAWSDataSync.listStorageSystems(ListStorageSystemsRequest request) |
ListStorageSystemsResult |
AWSDataSyncClient.listStorageSystems(ListStorageSystemsRequest request)
Lists the on-premises storage systems that you're using with DataSync Discovery.
|
ListStorageSystemsResult |
AWSDataSync.listStorageSystems(ListStorageSystemsRequest listStorageSystemsRequest)
Lists the on-premises storage systems that you're using with DataSync Discovery.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListStorageSystemsResult> |
AbstractAWSDataSyncAsync.listStorageSystemsAsync(ListStorageSystemsRequest request,
AsyncHandler<ListStorageSystemsRequest,ListStorageSystemsResult> asyncHandler) |
Future<ListStorageSystemsResult> |
AWSDataSyncAsyncClient.listStorageSystemsAsync(ListStorageSystemsRequest request,
AsyncHandler<ListStorageSystemsRequest,ListStorageSystemsResult> asyncHandler) |
Future<ListStorageSystemsResult> |
AWSDataSyncAsync.listStorageSystemsAsync(ListStorageSystemsRequest listStorageSystemsRequest,
AsyncHandler<ListStorageSystemsRequest,ListStorageSystemsResult> asyncHandler)
Lists the on-premises storage systems that you're using with DataSync Discovery.
|
| Modifier and Type | Method and Description |
|---|---|
ListStorageSystemsResult |
ListStorageSystemsResult.clone() |
ListStorageSystemsResult |
ListStorageSystemsResult.withNextToken(String nextToken)
The opaque string that indicates the position to begin the next list of results in the response.
|
ListStorageSystemsResult |
ListStorageSystemsResult.withStorageSystems(Collection<StorageSystemListEntry> storageSystems)
The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.
|
ListStorageSystemsResult |
ListStorageSystemsResult.withStorageSystems(StorageSystemListEntry... storageSystems)
The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.
|
Copyright © 2024. All rights reserved.