Uses of Class
com.amazonaws.services.ec2.model.InstanceCount

Packages that use InstanceCount
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of InstanceCount in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return InstanceCount
 InstanceCount InstanceCount.withInstanceCount(Integer instanceCount)
          he number of listed Reserved Instances in the state specified by the state.
 InstanceCount InstanceCount.withState(ListingState state)
          The states of the listed Reserved Instances.
 InstanceCount InstanceCount.withState(String state)
          The states of the listed Reserved Instances.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type InstanceCount
 List<InstanceCount> ReservedInstancesListing.getInstanceCounts()
          The number of instances in this state.
 

Methods in com.amazonaws.services.ec2.model with parameters of type InstanceCount
 ReservedInstancesListing ReservedInstancesListing.withInstanceCounts(InstanceCount... instanceCounts)
          The number of instances in this state.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type InstanceCount
 void ReservedInstancesListing.setInstanceCounts(Collection<InstanceCount> instanceCounts)
          The number of instances in this state.
 ReservedInstancesListing ReservedInstancesListing.withInstanceCounts(Collection<InstanceCount> instanceCounts)
          The number of instances in this state.
 



Copyright © 2016. All rights reserved.