Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceStatus
-
Packages that use InstanceStatus Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of InstanceStatus in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceStatus Modifier and Type Method Description List<InstanceStatus>DescribeInstanceStatusResponse. instanceStatuses()Information about the status of the instances.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceStatus Modifier and Type Method Description DescribeInstanceStatusResponse.BuilderDescribeInstanceStatusResponse.Builder. instanceStatuses(InstanceStatus... instanceStatuses)Information about the status of the instances.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceStatus Modifier and Type Method Description DescribeInstanceStatusResponse.BuilderDescribeInstanceStatusResponse.Builder. instanceStatuses(Collection<InstanceStatus> instanceStatuses)Information about the status of the instances. -
Uses of InstanceStatus in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type InstanceStatus Modifier and Type Method Description SdkIterable<InstanceStatus>DescribeInstanceStatusIterable. instanceStatuses()Returns an iterable to iterate through the paginatedDescribeInstanceStatusResponse.instanceStatuses()member.SdkPublisher<InstanceStatus>DescribeInstanceStatusPublisher. instanceStatuses()Returns a publisher that can be used to get a stream of data.
-