| 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 |
|---|---|
CreateSavingsPlanResult |
AbstractAWSSavingsPlans.createSavingsPlan(CreateSavingsPlanRequest request) |
CreateSavingsPlanResult |
AWSSavingsPlansClient.createSavingsPlan(CreateSavingsPlanRequest request)
Creates a Savings Plan.
|
CreateSavingsPlanResult |
AWSSavingsPlans.createSavingsPlan(CreateSavingsPlanRequest createSavingsPlanRequest)
Creates a Savings Plan.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSavingsPlanResult> |
AbstractAWSSavingsPlansAsync.createSavingsPlanAsync(CreateSavingsPlanRequest request,
AsyncHandler<CreateSavingsPlanRequest,CreateSavingsPlanResult> asyncHandler) |
Future<CreateSavingsPlanResult> |
AWSSavingsPlansAsync.createSavingsPlanAsync(CreateSavingsPlanRequest createSavingsPlanRequest,
AsyncHandler<CreateSavingsPlanRequest,CreateSavingsPlanResult> asyncHandler)
Creates a Savings Plan.
|
Future<CreateSavingsPlanResult> |
AWSSavingsPlansAsyncClient.createSavingsPlanAsync(CreateSavingsPlanRequest request,
AsyncHandler<CreateSavingsPlanRequest,CreateSavingsPlanResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateSavingsPlanResult |
CreateSavingsPlanResult.clone() |
CreateSavingsPlanResult |
CreateSavingsPlanResult.withSavingsPlanId(String savingsPlanId)
The ID of the Savings Plan.
|
Copyright © 2023. All rights reserved.