Uses of Interface
software.amazon.awssdk.services.costoptimizationhub.model.Ec2InstanceSavingsPlans.Builder
-
Packages that use Ec2InstanceSavingsPlans.Builder Package Description software.amazon.awssdk.services.costoptimizationhub.model -
-
Uses of Ec2InstanceSavingsPlans.Builder in software.amazon.awssdk.services.costoptimizationhub.model
Methods in software.amazon.awssdk.services.costoptimizationhub.model that return Ec2InstanceSavingsPlans.Builder Modifier and Type Method Description static Ec2InstanceSavingsPlans.BuilderEc2InstanceSavingsPlans. builder()default Ec2InstanceSavingsPlans.BuilderEc2InstanceSavingsPlans.Builder. configuration(Consumer<Ec2InstanceSavingsPlansConfiguration.Builder> configuration)The EC2 instance Savings Plans configuration used for recommendations.Ec2InstanceSavingsPlans.BuilderEc2InstanceSavingsPlans.Builder. configuration(Ec2InstanceSavingsPlansConfiguration configuration)The EC2 instance Savings Plans configuration used for recommendations.default Ec2InstanceSavingsPlans.BuilderEc2InstanceSavingsPlans.Builder. costCalculation(Consumer<SavingsPlansCostCalculation.Builder> costCalculation)Cost impact of the Savings Plans purchase recommendation.Ec2InstanceSavingsPlans.BuilderEc2InstanceSavingsPlans.Builder. costCalculation(SavingsPlansCostCalculation costCalculation)Cost impact of the Savings Plans purchase recommendation.Ec2InstanceSavingsPlans.BuilderEc2InstanceSavingsPlans. toBuilder()Methods in software.amazon.awssdk.services.costoptimizationhub.model that return types with arguments of type Ec2InstanceSavingsPlans.Builder Modifier and Type Method Description static Class<? extends Ec2InstanceSavingsPlans.Builder>Ec2InstanceSavingsPlans. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.costoptimizationhub.model with type arguments of type Ec2InstanceSavingsPlans.Builder Modifier and Type Method Description default ResourceDetails.BuilderResourceDetails.Builder. ec2InstanceSavingsPlans(Consumer<Ec2InstanceSavingsPlans.Builder> ec2InstanceSavingsPlans)The EC2 instance Savings Plans recommendation details.static ResourceDetailsResourceDetails. fromEc2InstanceSavingsPlans(Consumer<Ec2InstanceSavingsPlans.Builder> ec2InstanceSavingsPlans)Create an instance of this class withResourceDetails.ec2InstanceSavingsPlans()initialized to the given value.
-