Uses of Class
software.amazon.awssdk.services.snowball.model.ListLongTermPricingResponse
-
Packages that use ListLongTermPricingResponse 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 ListLongTermPricingResponse in software.amazon.awssdk.services.snowball
Methods in software.amazon.awssdk.services.snowball that return ListLongTermPricingResponse Modifier and Type Method Description default ListLongTermPricingResponseSnowballClient. listLongTermPricing(Consumer<ListLongTermPricingRequest.Builder> listLongTermPricingRequest)Lists all long-term pricing types.default ListLongTermPricingResponseSnowballClient. listLongTermPricing(ListLongTermPricingRequest listLongTermPricingRequest)Lists all long-term pricing types.Methods in software.amazon.awssdk.services.snowball that return types with arguments of type ListLongTermPricingResponse Modifier and Type Method Description default CompletableFuture<ListLongTermPricingResponse>SnowballAsyncClient. listLongTermPricing(Consumer<ListLongTermPricingRequest.Builder> listLongTermPricingRequest)Lists all long-term pricing types.default CompletableFuture<ListLongTermPricingResponse>SnowballAsyncClient. listLongTermPricing(ListLongTermPricingRequest listLongTermPricingRequest)Lists all long-term pricing types. -
Uses of ListLongTermPricingResponse in software.amazon.awssdk.services.snowball.paginators
Methods in software.amazon.awssdk.services.snowball.paginators that return types with arguments of type ListLongTermPricingResponse Modifier and Type Method Description Iterator<ListLongTermPricingResponse>ListLongTermPricingIterable. iterator()Method parameters in software.amazon.awssdk.services.snowball.paginators with type arguments of type ListLongTermPricingResponse Modifier and Type Method Description voidListLongTermPricingPublisher. subscribe(org.reactivestreams.Subscriber<? super ListLongTermPricingResponse> subscriber)
-