Uses of Class
com.amazonaws.services.ec2.model.InstanceCount
Packages that use InstanceCount
-
Uses of InstanceCount in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InstanceCountModifier and TypeMethodDescriptionInstanceCount.clone()
InstanceCount.withInstanceCount
(Integer instanceCount) The number of listed Reserved Instances in the state specified by thestate
.InstanceCount.withState
(ListingState state) The states of the listed Reserved Instances.The states of the listed Reserved Instances.Methods in com.amazonaws.services.ec2.model that return types with arguments of type InstanceCountModifier and TypeMethodDescriptionReservedInstancesListing.getInstanceCounts()
The number of instances in this state.Methods in com.amazonaws.services.ec2.model with parameters of type InstanceCountModifier and TypeMethodDescriptionReservedInstancesListing.withInstanceCounts
(InstanceCount... instanceCounts) The number of instances in this state.Method parameters in com.amazonaws.services.ec2.model with type arguments of type InstanceCountModifier and TypeMethodDescriptionvoid
ReservedInstancesListing.setInstanceCounts
(Collection<InstanceCount> instanceCounts) The number of instances in this state.ReservedInstancesListing.withInstanceCounts
(Collection<InstanceCount> instanceCounts) The number of instances in this state.