| 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<ReturnSavingsPlanResult> |
AbstractAWSSavingsPlansAsync.returnSavingsPlanAsync(ReturnSavingsPlanRequest request,
AsyncHandler<ReturnSavingsPlanRequest,ReturnSavingsPlanResult> asyncHandler) |
Future<ReturnSavingsPlanResult> |
AWSSavingsPlansAsyncClient.returnSavingsPlanAsync(ReturnSavingsPlanRequest request,
AsyncHandler<ReturnSavingsPlanRequest,ReturnSavingsPlanResult> asyncHandler) |
Future<ReturnSavingsPlanResult> |
AWSSavingsPlansAsync.returnSavingsPlanAsync(ReturnSavingsPlanRequest returnSavingsPlanRequest,
AsyncHandler<ReturnSavingsPlanRequest,ReturnSavingsPlanResult> asyncHandler)
Returns the specified Savings Plan.
|
| Modifier and Type | Method and Description |
|---|---|
ReturnSavingsPlanRequest |
ReturnSavingsPlanRequest.clone() |
ReturnSavingsPlanRequest |
ReturnSavingsPlanRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
ReturnSavingsPlanRequest |
ReturnSavingsPlanRequest.withSavingsPlanId(String savingsPlanId)
The ID of the Savings Plan.
|
Copyright © 2024. All rights reserved.