Uses of Interface
software.amazon.awssdk.services.savingsplans.model.ReturnSavingsPlanRequest.Builder
-
Packages that use ReturnSavingsPlanRequest.Builder Package Description software.amazon.awssdk.services.savingsplans Savings Plans are a pricing model that offer significant savings on Amazon Web Services usage (for example, on Amazon EC2 instances).software.amazon.awssdk.services.savingsplans.model -
-
Uses of ReturnSavingsPlanRequest.Builder in software.amazon.awssdk.services.savingsplans
Method parameters in software.amazon.awssdk.services.savingsplans with type arguments of type ReturnSavingsPlanRequest.Builder Modifier and Type Method Description default CompletableFuture<ReturnSavingsPlanResponse>SavingsplansAsyncClient. returnSavingsPlan(Consumer<ReturnSavingsPlanRequest.Builder> returnSavingsPlanRequest)Returns the specified Savings Plan.default ReturnSavingsPlanResponseSavingsplansClient. returnSavingsPlan(Consumer<ReturnSavingsPlanRequest.Builder> returnSavingsPlanRequest)Returns the specified Savings Plan. -
Uses of ReturnSavingsPlanRequest.Builder in software.amazon.awssdk.services.savingsplans.model
Methods in software.amazon.awssdk.services.savingsplans.model that return ReturnSavingsPlanRequest.Builder Modifier and Type Method Description static ReturnSavingsPlanRequest.BuilderReturnSavingsPlanRequest. builder()ReturnSavingsPlanRequest.BuilderReturnSavingsPlanRequest.Builder. clientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.ReturnSavingsPlanRequest.BuilderReturnSavingsPlanRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ReturnSavingsPlanRequest.BuilderReturnSavingsPlanRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ReturnSavingsPlanRequest.BuilderReturnSavingsPlanRequest.Builder. savingsPlanId(String savingsPlanId)The ID of the Savings Plan.ReturnSavingsPlanRequest.BuilderReturnSavingsPlanRequest. toBuilder()Methods in software.amazon.awssdk.services.savingsplans.model that return types with arguments of type ReturnSavingsPlanRequest.Builder Modifier and Type Method Description static Class<? extends ReturnSavingsPlanRequest.Builder>ReturnSavingsPlanRequest. serializableBuilderClass()
-