Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceStateChange
-
Packages that use InstanceStateChange Package Description software.amazon.awssdk.services.ec2.model -
-
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 InstanceStateChange Modifier and Type Method Description List<InstanceStateChange>StartInstancesResponse. startingInstances()Information about the started instances.List<InstanceStateChange>StopInstancesResponse. stoppingInstances()Information about the stopped instances.List<InstanceStateChange>TerminateInstancesResponse. terminatingInstances()Information about the terminated instances.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceStateChange Modifier and Type Method Description StartInstancesResponse.BuilderStartInstancesResponse.Builder. startingInstances(InstanceStateChange... startingInstances)Information about the started instances.StopInstancesResponse.BuilderStopInstancesResponse.Builder. stoppingInstances(InstanceStateChange... stoppingInstances)Information about the stopped instances.TerminateInstancesResponse.BuilderTerminateInstancesResponse.Builder. terminatingInstances(InstanceStateChange... terminatingInstances)Information about the terminated instances.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceStateChange Modifier and Type Method Description StartInstancesResponse.BuilderStartInstancesResponse.Builder. startingInstances(Collection<InstanceStateChange> startingInstances)Information about the started instances.StopInstancesResponse.BuilderStopInstancesResponse.Builder. stoppingInstances(Collection<InstanceStateChange> stoppingInstances)Information about the stopped instances.TerminateInstancesResponse.BuilderTerminateInstancesResponse.Builder. terminatingInstances(Collection<InstanceStateChange> terminatingInstances)Information about the terminated instances.
-