Uses of Interface
software.amazon.awssdk.services.ec2.model.InstanceCount.Builder
-
Packages that use InstanceCount.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of InstanceCount.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceCount.Builder Modifier and Type Method Description static InstanceCount.BuilderInstanceCount. builder()InstanceCount.BuilderInstanceCount.Builder. instanceCount(Integer instanceCount)The number of listed Reserved Instances in the state specified by thestate.InstanceCount.BuilderInstanceCount.Builder. state(String state)The states of the listed Reserved Instances.InstanceCount.BuilderInstanceCount.Builder. state(ListingState state)The states of the listed Reserved Instances.InstanceCount.BuilderInstanceCount. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceCount.Builder Modifier and Type Method Description static Class<? extends InstanceCount.Builder>InstanceCount. serializableBuilderClass()
-