Uses of Class
com.amazonaws.services.ec2.model.ReservedInstancesConfiguration
Packages that use ReservedInstancesConfiguration
-
Uses of ReservedInstancesConfiguration in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ReservedInstancesConfigurationModifier and TypeMethodDescriptionReservedInstancesConfiguration.clone()
ReservedInstancesModificationResult.getTargetConfiguration()
The target Reserved Instances configurations supplied as part of the modification request.ReservedInstancesConfiguration.withAvailabilityZone
(String availabilityZone) The Availability Zone for the modified Reserved Instances.ReservedInstancesConfiguration.withInstanceCount
(Integer instanceCount) The number of modified Reserved Instances.ReservedInstancesConfiguration.withInstanceType
(InstanceType instanceType) The instance type for the modified Reserved Instances.ReservedInstancesConfiguration.withInstanceType
(String instanceType) The instance type for the modified Reserved Instances.ReservedInstancesConfiguration.withPlatform
(String platform) The network platform of the modified Reserved Instances, which is either EC2-Classic or EC2-VPC.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ReservedInstancesConfigurationModifier and TypeMethodDescriptionModifyReservedInstancesRequest.getTargetConfigurations()
The configuration settings for the Reserved Instances to modify.Methods in com.amazonaws.services.ec2.model with parameters of type ReservedInstancesConfigurationModifier and TypeMethodDescriptionvoid
ReservedInstancesModificationResult.setTargetConfiguration
(ReservedInstancesConfiguration targetConfiguration) The target Reserved Instances configurations supplied as part of the modification request.ReservedInstancesModificationResult.withTargetConfiguration
(ReservedInstancesConfiguration targetConfiguration) The target Reserved Instances configurations supplied as part of the modification request.ModifyReservedInstancesRequest.withTargetConfigurations
(ReservedInstancesConfiguration... targetConfigurations) The configuration settings for the Reserved Instances to modify.Method parameters in com.amazonaws.services.ec2.model with type arguments of type ReservedInstancesConfigurationModifier and TypeMethodDescriptionvoid
ModifyReservedInstancesRequest.setTargetConfigurations
(Collection<ReservedInstancesConfiguration> targetConfigurations) The configuration settings for the Reserved Instances to modify.ModifyReservedInstancesRequest.withTargetConfigurations
(Collection<ReservedInstancesConfiguration> targetConfigurations) The configuration settings for the Reserved Instances to modify.