Uses of Class
software.amazon.awssdk.services.ec2.model.VolumeRecycleBinInfo
-
Packages that use VolumeRecycleBinInfo Package Description software.amazon.awssdk.services.ec2.model -
-
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 VolumeRecycleBinInfo Modifier and Type Method Description List<VolumeRecycleBinInfo>ListVolumesInRecycleBinResponse. volumes()Information about the volumes.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VolumeRecycleBinInfo Modifier and Type Method Description ListVolumesInRecycleBinResponse.BuilderListVolumesInRecycleBinResponse.Builder. volumes(VolumeRecycleBinInfo... volumes)Information about the volumes.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VolumeRecycleBinInfo Modifier and Type Method Description ListVolumesInRecycleBinResponse.BuilderListVolumesInRecycleBinResponse.Builder. volumes(Collection<VolumeRecycleBinInfo> volumes)Information about the volumes.
-