| Package | Description |
|---|---|
| com.amazonaws.services.savingsplans |
Savings Plans are a pricing model that offer significant savings on Amazon Web Services usage (for example, on Amazon
EC2 instances).
|
| com.amazonaws.services.savingsplans.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSavingsPlanResult> |
AbstractAWSSavingsPlansAsync.createSavingsPlanAsync(CreateSavingsPlanRequest request,
AsyncHandler<CreateSavingsPlanRequest,CreateSavingsPlanResult> asyncHandler) |
Future<CreateSavingsPlanResult> |
AWSSavingsPlansAsyncClient.createSavingsPlanAsync(CreateSavingsPlanRequest request,
AsyncHandler<CreateSavingsPlanRequest,CreateSavingsPlanResult> asyncHandler) |
Future<CreateSavingsPlanResult> |
AWSSavingsPlansAsync.createSavingsPlanAsync(CreateSavingsPlanRequest createSavingsPlanRequest,
AsyncHandler<CreateSavingsPlanRequest,CreateSavingsPlanResult> asyncHandler)
Creates a Savings Plan.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSavingsPlanRequest |
CreateSavingsPlanRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateSavingsPlanRequest |
CreateSavingsPlanRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateSavingsPlanRequest |
CreateSavingsPlanRequest.clone() |
CreateSavingsPlanRequest |
CreateSavingsPlanRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateSavingsPlanRequest |
CreateSavingsPlanRequest.withCommitment(String commitment)
The hourly commitment, in the same currency of the
savingsPlanOfferingId. |
CreateSavingsPlanRequest |
CreateSavingsPlanRequest.withPurchaseTime(Date purchaseTime)
The purchase time of the Savings Plan in UTC format (YYYY-MM-DDTHH:MM:SSZ).
|
CreateSavingsPlanRequest |
CreateSavingsPlanRequest.withSavingsPlanOfferingId(String savingsPlanOfferingId)
The ID of the offering.
|
CreateSavingsPlanRequest |
CreateSavingsPlanRequest.withTags(Map<String,String> tags)
One or more tags.
|
CreateSavingsPlanRequest |
CreateSavingsPlanRequest.withUpfrontPaymentAmount(String upfrontPaymentAmount)
The up-front payment amount.
|
Copyright © 2024. All rights reserved.