| Package | Description |
|---|---|
| com.amazonaws.services.savingsplans |
Savings Plans are a pricing model that offer significant savings on AWS usage (for example, on Amazon EC2 instances).
|
| com.amazonaws.services.savingsplans.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeSavingsPlansOfferingsResult> |
AbstractAWSSavingsPlansAsync.describeSavingsPlansOfferingsAsync(DescribeSavingsPlansOfferingsRequest request,
AsyncHandler<DescribeSavingsPlansOfferingsRequest,DescribeSavingsPlansOfferingsResult> asyncHandler) |
Future<DescribeSavingsPlansOfferingsResult> |
AWSSavingsPlansAsync.describeSavingsPlansOfferingsAsync(DescribeSavingsPlansOfferingsRequest describeSavingsPlansOfferingsRequest,
AsyncHandler<DescribeSavingsPlansOfferingsRequest,DescribeSavingsPlansOfferingsResult> asyncHandler)
Describes the specified Savings Plans offerings.
|
Future<DescribeSavingsPlansOfferingsResult> |
AWSSavingsPlansAsyncClient.describeSavingsPlansOfferingsAsync(DescribeSavingsPlansOfferingsRequest request,
AsyncHandler<DescribeSavingsPlansOfferingsRequest,DescribeSavingsPlansOfferingsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.clone() |
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withCurrencies(Collection<String> currencies)
The currencies.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withCurrencies(CurrencyCode... currencies)
The currencies.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withCurrencies(String... currencies)
The currencies.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withDescriptions(Collection<String> descriptions)
The descriptions.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withDescriptions(String... descriptions)
The descriptions.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withDurations(Collection<Long> durations)
The durations, in seconds.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withDurations(Long... durations)
The durations, in seconds.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withFilters(Collection<SavingsPlanOfferingFilterElement> filters)
The filters.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withFilters(SavingsPlanOfferingFilterElement... filters)
The filters.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withNextToken(String nextToken)
The token for the next page of results.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withOfferingIds(Collection<String> offeringIds)
The IDs of the offerings.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withOfferingIds(String... offeringIds)
The IDs of the offerings.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withOperations(Collection<String> operations)
The specific AWS operation for the line item in the billing report.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withOperations(String... operations)
The specific AWS operation for the line item in the billing report.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withPaymentOptions(Collection<String> paymentOptions)
The payment options.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withPaymentOptions(SavingsPlanPaymentOption... paymentOptions)
The payment options.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withPaymentOptions(String... paymentOptions)
The payment options.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withPlanTypes(Collection<String> planTypes)
The plan type.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withPlanTypes(SavingsPlanType... planTypes)
The plan type.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withPlanTypes(String... planTypes)
The plan type.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withProductType(SavingsPlanProductType productType)
The product type.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withProductType(String productType)
The product type.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withServiceCodes(Collection<String> serviceCodes)
The services.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withServiceCodes(String... serviceCodes)
The services.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withUsageTypes(Collection<String> usageTypes)
The usage details of the line item in the billing report.
|
DescribeSavingsPlansOfferingsRequest |
DescribeSavingsPlansOfferingsRequest.withUsageTypes(String... usageTypes)
The usage details of the line item in the billing report.
|
Copyright © 2023. All rights reserved.