| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowball |
The Amazon Web Services Snow Family provides a petabyte-scale data transport solution that uses secure devices to
transfer large amounts of data between your on-premises data centers and Amazon Simple Storage Service (Amazon S3).
|
| software.amazon.awssdk.services.snowball.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPickupLocationsResponse |
SnowballClient.listPickupLocations(Consumer<ListPickupLocationsRequest.Builder> listPickupLocationsRequest)
A list of locations from which the customer can choose to pickup a device.
|
default ListPickupLocationsResponse |
SnowballClient.listPickupLocations(ListPickupLocationsRequest listPickupLocationsRequest)
A list of locations from which the customer can choose to pickup a device.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPickupLocationsResponse> |
SnowballAsyncClient.listPickupLocations(Consumer<ListPickupLocationsRequest.Builder> listPickupLocationsRequest)
A list of locations from which the customer can choose to pickup a device.
|
default CompletableFuture<ListPickupLocationsResponse> |
SnowballAsyncClient.listPickupLocations(ListPickupLocationsRequest listPickupLocationsRequest)
A list of locations from which the customer can choose to pickup a device.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPickupLocationsResponse> |
ListPickupLocationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPickupLocationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPickupLocationsResponse> subscriber) |
Copyright © 2023. All rights reserved.