Uses of Class
software.amazon.awssdk.services.snowball.model.ListPickupLocationsResponse
-
Packages that use ListPickupLocationsResponse 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 -
-
Uses of ListPickupLocationsResponse in software.amazon.awssdk.services.snowball
Methods in software.amazon.awssdk.services.snowball that return ListPickupLocationsResponse Modifier and Type Method Description default ListPickupLocationsResponseSnowballClient. listPickupLocations(Consumer<ListPickupLocationsRequest.Builder> listPickupLocationsRequest)A list of locations from which the customer can choose to pickup a device.default ListPickupLocationsResponseSnowballClient. listPickupLocations(ListPickupLocationsRequest listPickupLocationsRequest)A list of locations from which the customer can choose to pickup a device.Methods in software.amazon.awssdk.services.snowball that return types with arguments of type ListPickupLocationsResponse Modifier and Type Method 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. -
Uses of ListPickupLocationsResponse in software.amazon.awssdk.services.snowball.paginators
Methods in software.amazon.awssdk.services.snowball.paginators that return types with arguments of type ListPickupLocationsResponse Modifier and Type Method Description Iterator<ListPickupLocationsResponse>ListPickupLocationsIterable. iterator()Method parameters in software.amazon.awssdk.services.snowball.paginators with type arguments of type ListPickupLocationsResponse Modifier and Type Method Description voidListPickupLocationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPickupLocationsResponse> subscriber)
-