Uses of Class
software.amazon.awssdk.services.snowball.model.UpdateLongTermPricingResponse
-
Packages that use UpdateLongTermPricingResponse 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). -
-
Uses of UpdateLongTermPricingResponse in software.amazon.awssdk.services.snowball
Methods in software.amazon.awssdk.services.snowball that return UpdateLongTermPricingResponse Modifier and Type Method Description default UpdateLongTermPricingResponseSnowballClient. updateLongTermPricing(Consumer<UpdateLongTermPricingRequest.Builder> updateLongTermPricingRequest)Updates the long-term pricing type.default UpdateLongTermPricingResponseSnowballClient. updateLongTermPricing(UpdateLongTermPricingRequest updateLongTermPricingRequest)Updates the long-term pricing type.Methods in software.amazon.awssdk.services.snowball that return types with arguments of type UpdateLongTermPricingResponse Modifier and Type Method Description default CompletableFuture<UpdateLongTermPricingResponse>SnowballAsyncClient. updateLongTermPricing(Consumer<UpdateLongTermPricingRequest.Builder> updateLongTermPricingRequest)Updates the long-term pricing type.default CompletableFuture<UpdateLongTermPricingResponse>SnowballAsyncClient. updateLongTermPricing(UpdateLongTermPricingRequest updateLongTermPricingRequest)Updates the long-term pricing type.
-