Uses of Interface
software.amazon.awssdk.services.savingsplans.SavingsplansBaseClientBuilder
-
Packages that use SavingsplansBaseClientBuilder 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). -
-
Uses of SavingsplansBaseClientBuilder in software.amazon.awssdk.services.savingsplans
Classes in software.amazon.awssdk.services.savingsplans with type parameters of type SavingsplansBaseClientBuilder Modifier and Type Interface Description interfaceSavingsplansBaseClientBuilder<B extends SavingsplansBaseClientBuilder<B,C>,C>This includes configuration specific to AWSSavingsPlans that is supported by bothSavingsplansClientBuilderandSavingsplansAsyncClientBuilder.Subinterfaces of SavingsplansBaseClientBuilder in software.amazon.awssdk.services.savingsplans Modifier and Type Interface Description interfaceSavingsplansAsyncClientBuilderA builder for creating an instance ofSavingsplansAsyncClient.interfaceSavingsplansClientBuilderA builder for creating an instance ofSavingsplansClient.
-