Uses of Class
software.amazon.awssdk.services.ec2.model.VolumeStatusItem
Packages that use VolumeStatusItem
Package
Description
-
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 VolumeStatusItemModifier and TypeMethodDescriptionfinal List<VolumeStatusItem>DescribeVolumeStatusResponse.volumeStatuses()Information about the status of the volumes.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VolumeStatusItemModifier and TypeMethodDescriptionDescribeVolumeStatusResponse.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 VolumeStatusItemModifier and TypeMethodDescriptionDescribeVolumeStatusResponse.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 VolumeStatusItemModifier and TypeMethodDescriptionfinal SdkIterable<VolumeStatusItem>DescribeVolumeStatusIterable.volumeStatuses()Returns an iterable to iterate through the paginatedDescribeVolumeStatusResponse.volumeStatuses()member.final SdkPublisher<VolumeStatusItem>DescribeVolumeStatusPublisher.volumeStatuses()Returns a publisher that can be used to get a stream of data.