Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<InstanceCount> |
ReservedInstancesListing.instanceCounts
The number of instances in this state.
|
Modifier and Type | Method and Description |
---|---|
InstanceCount |
InstanceCount.clone() |
InstanceCount |
InstanceCount.withInstanceCount(java.lang.Integer instanceCount)
The 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(java.lang.String state)
The states of the listed Reserved Instances.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<InstanceCount> |
ReservedInstancesListing.getInstanceCounts()
The number of instances in this state.
|
Modifier and Type | Method and Description |
---|---|
ReservedInstancesListing |
ReservedInstancesListing.withInstanceCounts(InstanceCount... instanceCounts)
The number of instances in this state.
|
Modifier and Type | Method and Description |
---|---|
void |
ReservedInstancesListing.setInstanceCounts(java.util.Collection<InstanceCount> instanceCounts)
The number of instances in this state.
|
ReservedInstancesListing |
ReservedInstancesListing.withInstanceCounts(java.util.Collection<InstanceCount> instanceCounts)
The number of instances in this state.
|
Modifier and Type | Method and Description |
---|---|
InstanceCount |
InstanceCountStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |