| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync |
|
| software.amazon.awssdk.services.datasync.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListLocationsResponse |
DataSyncClient.listLocations()
Returns a list of source and destination locations.
|
default ListLocationsResponse |
DataSyncClient.listLocations(Consumer<ListLocationsRequest.Builder> listLocationsRequest)
Returns a list of source and destination locations.
|
default ListLocationsResponse |
DataSyncClient.listLocations(ListLocationsRequest listLocationsRequest)
Returns a list of source and destination locations.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListLocationsResponse> |
DataSyncAsyncClient.listLocations()
Returns a list of source and destination locations.
|
default CompletableFuture<ListLocationsResponse> |
DataSyncAsyncClient.listLocations(Consumer<ListLocationsRequest.Builder> listLocationsRequest)
Returns a list of source and destination locations.
|
default CompletableFuture<ListLocationsResponse> |
DataSyncAsyncClient.listLocations(ListLocationsRequest listLocationsRequest)
Returns a list of source and destination locations.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListLocationsResponse> |
ListLocationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListLocationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListLocationsResponse> subscriber) |
Copyright © 2022. All rights reserved.