Uses of Class
software.amazon.awssdk.services.snowball.model.CreateLongTermPricingResponse
-
Packages that use CreateLongTermPricingResponse 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 CreateLongTermPricingResponse in software.amazon.awssdk.services.snowball
Methods in software.amazon.awssdk.services.snowball that return CreateLongTermPricingResponse Modifier and Type Method Description default CreateLongTermPricingResponseSnowballClient. createLongTermPricing(Consumer<CreateLongTermPricingRequest.Builder> createLongTermPricingRequest)Creates a job with the long-term usage option for a device.default CreateLongTermPricingResponseSnowballClient. createLongTermPricing(CreateLongTermPricingRequest createLongTermPricingRequest)Creates a job with the long-term usage option for a device.Methods in software.amazon.awssdk.services.snowball that return types with arguments of type CreateLongTermPricingResponse Modifier and Type Method Description default CompletableFuture<CreateLongTermPricingResponse>SnowballAsyncClient. createLongTermPricing(Consumer<CreateLongTermPricingRequest.Builder> createLongTermPricingRequest)Creates a job with the long-term usage option for a device.default CompletableFuture<CreateLongTermPricingResponse>SnowballAsyncClient. createLongTermPricing(CreateLongTermPricingRequest createLongTermPricingRequest)Creates a job with the long-term usage option for a device.
-