Uses of Class
software.amazon.awssdk.services.ec2.model.VolumeStatusItem
-
Packages that use VolumeStatusItem Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of VolumeStatusItem in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VolumeStatusItem Modifier and Type Method Description List<VolumeStatusItem>DescribeVolumeStatusResponse. volumeStatuses()Information about the status of the volumes.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VolumeStatusItem Modifier and Type Method Description DescribeVolumeStatusResponse.BuilderDescribeVolumeStatusResponse.Builder. volumeStatuses(VolumeStatusItem... volumeStatuses)Information about the status of the volumes.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VolumeStatusItem Modifier and Type Method Description DescribeVolumeStatusResponse.BuilderDescribeVolumeStatusResponse.Builder. volumeStatuses(Collection<VolumeStatusItem> volumeStatuses)Information about the status of the volumes. -
Uses of VolumeStatusItem in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type VolumeStatusItem Modifier and Type Method Description SdkIterable<VolumeStatusItem>DescribeVolumeStatusIterable. volumeStatuses()Returns an iterable to iterate through the paginatedDescribeVolumeStatusResponse.volumeStatuses()member.SdkPublisher<VolumeStatusItem>DescribeVolumeStatusPublisher. volumeStatuses()Returns a publisher that can be used to get a stream of data.
-