Uses of Class
software.amazon.awssdk.services.ec2.model.VolumeRecycleBinInfo
Packages that use VolumeRecycleBinInfo
-
Uses of VolumeRecycleBinInfo in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VolumeRecycleBinInfoModifier and TypeMethodDescriptionfinal List<VolumeRecycleBinInfo>ListVolumesInRecycleBinResponse.volumes()Information about the volumes.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VolumeRecycleBinInfoModifier and TypeMethodDescriptionListVolumesInRecycleBinResponse.Builder.volumes(VolumeRecycleBinInfo... volumes) Information about the volumes.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VolumeRecycleBinInfoModifier and TypeMethodDescriptionListVolumesInRecycleBinResponse.Builder.volumes(Collection<VolumeRecycleBinInfo> volumes) Information about the volumes.