Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceCount
-
Packages that use InstanceCount Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of InstanceCount in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceCount Modifier and Type Method Description List<InstanceCount>ReservedInstancesListing. instanceCounts()The number of instances in this state.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceCount Modifier and Type Method Description ReservedInstancesListing.BuilderReservedInstancesListing.Builder. instanceCounts(InstanceCount... instanceCounts)The number of instances in this state.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceCount Modifier and Type Method Description ReservedInstancesListing.BuilderReservedInstancesListing.Builder. instanceCounts(Collection<InstanceCount> instanceCounts)The number of instances in this state.
-