| Package | Description |
|---|---|
| software.amazon.awssdk.services.savingsplans |
Savings Plans are a pricing model that offer significant savings on AWS usage (for example, on Amazon EC2 instances).
|
| software.amazon.awssdk.services.savingsplans.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateSavingsPlanResponse> |
SavingsplansAsyncClient.createSavingsPlan(Consumer<CreateSavingsPlanRequest.Builder> createSavingsPlanRequest)
Creates a Savings Plan.
|
default CreateSavingsPlanResponse |
SavingsplansClient.createSavingsPlan(Consumer<CreateSavingsPlanRequest.Builder> createSavingsPlanRequest)
Creates a Savings Plan.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateSavingsPlanRequest.Builder |
CreateSavingsPlanRequest.builder() |
CreateSavingsPlanRequest.Builder |
CreateSavingsPlanRequest.Builder.clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateSavingsPlanRequest.Builder |
CreateSavingsPlanRequest.Builder.commitment(String commitment)
The hourly commitment, in USD.
|
CreateSavingsPlanRequest.Builder |
CreateSavingsPlanRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSavingsPlanRequest.Builder |
CreateSavingsPlanRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSavingsPlanRequest.Builder |
CreateSavingsPlanRequest.Builder.purchaseTime(Instant purchaseTime)
The time at which to purchase the Savings Plan, in UTC format (YYYY-MM-DDTHH:MM:SSZ).
|
CreateSavingsPlanRequest.Builder |
CreateSavingsPlanRequest.Builder.savingsPlanOfferingId(String savingsPlanOfferingId)
The ID of the offering.
|
CreateSavingsPlanRequest.Builder |
CreateSavingsPlanRequest.Builder.tags(Map<String,String> tags)
One or more tags.
|
CreateSavingsPlanRequest.Builder |
CreateSavingsPlanRequest.toBuilder() |
CreateSavingsPlanRequest.Builder |
CreateSavingsPlanRequest.Builder.upfrontPaymentAmount(String upfrontPaymentAmount)
The up-front payment amount.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateSavingsPlanRequest.Builder> |
CreateSavingsPlanRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.