Uses of Class
software.amazon.awssdk.services.ec2.model.Volume
Packages that use Volume
Package
Description
-
Uses of Volume in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VolumeModifier and TypeMethodDescriptionCopyVolumesResponse.volumes()Information about the volume copy.DescribeVolumesResponse.volumes()Information about the volumes.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VolumeModifier and TypeMethodDescriptionInformation about the volume copy.Information about the volumes.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VolumeModifier and TypeMethodDescriptionCopyVolumesResponse.Builder.volumes(Collection<Volume> volumes) Information about the volume copy.DescribeVolumesResponse.Builder.volumes(Collection<Volume> volumes) Information about the volumes. -
Uses of Volume in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type VolumeModifier and TypeMethodDescriptionfinal SdkIterable<Volume>DescribeVolumesIterable.volumes()Returns an iterable to iterate through the paginatedDescribeVolumesResponse.volumes()member.final SdkPublisher<Volume>DescribeVolumesPublisher.volumes()Returns a publisher that can be used to get a stream of data.