Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceStateChange
Packages that use InstanceStateChange
-
Uses of InstanceStateChange in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceStateChangeModifier and TypeMethodDescriptionfinal List<InstanceStateChange>StartInstancesResponse.startingInstances()Information about the started instances.final List<InstanceStateChange>StopInstancesResponse.stoppingInstances()Information about the stopped instances.final List<InstanceStateChange>TerminateInstancesResponse.terminatingInstances()Information about the terminated instances.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceStateChangeModifier and TypeMethodDescriptionStartInstancesResponse.Builder.startingInstances(InstanceStateChange... startingInstances) Information about the started instances.StopInstancesResponse.Builder.stoppingInstances(InstanceStateChange... stoppingInstances) Information about the stopped instances.TerminateInstancesResponse.Builder.terminatingInstances(InstanceStateChange... terminatingInstances) Information about the terminated instances.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceStateChangeModifier and TypeMethodDescriptionStartInstancesResponse.Builder.startingInstances(Collection<InstanceStateChange> startingInstances) Information about the started instances.StopInstancesResponse.Builder.stoppingInstances(Collection<InstanceStateChange> stoppingInstances) Information about the stopped instances.TerminateInstancesResponse.Builder.terminatingInstances(Collection<InstanceStateChange> terminatingInstances) Information about the terminated instances.