| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
ListLocationsResult |
AbstractAWSDataSync.listLocations(ListLocationsRequest request) |
ListLocationsResult |
AWSDataSync.listLocations(ListLocationsRequest listLocationsRequest)
Returns a list of source and destination locations.
|
ListLocationsResult |
AWSDataSyncClient.listLocations(ListLocationsRequest request)
Returns a list of source and destination locations.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListLocationsResult> |
AbstractAWSDataSyncAsync.listLocationsAsync(ListLocationsRequest request,
AsyncHandler<ListLocationsRequest,ListLocationsResult> asyncHandler) |
Future<ListLocationsResult> |
AWSDataSyncAsyncClient.listLocationsAsync(ListLocationsRequest request,
AsyncHandler<ListLocationsRequest,ListLocationsResult> asyncHandler) |
Future<ListLocationsResult> |
AWSDataSyncAsync.listLocationsAsync(ListLocationsRequest listLocationsRequest,
AsyncHandler<ListLocationsRequest,ListLocationsResult> asyncHandler)
Returns a list of source and destination locations.
|
| Modifier and Type | Method and Description |
|---|---|
ListLocationsResult |
ListLocationsResult.clone() |
ListLocationsResult |
ListLocationsResult.withLocations(Collection<LocationListEntry> locations)
An array that contains a list of locations.
|
ListLocationsResult |
ListLocationsResult.withLocations(LocationListEntry... locations)
An array that contains a list of locations.
|
ListLocationsResult |
ListLocationsResult.withNextToken(String nextToken)
An opaque string that indicates the position at which to begin returning the next list of locations.
|
Copyright © 2024. All rights reserved.