Uses of Class
software.amazon.awssdk.services.ec2.model.ListVolumesInRecycleBinResponse
-
Packages that use ListVolumesInRecycleBinResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of ListVolumesInRecycleBinResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ListVolumesInRecycleBinResponse Modifier and Type Method Description default ListVolumesInRecycleBinResponseEc2Client. listVolumesInRecycleBin(Consumer<ListVolumesInRecycleBinRequest.Builder> listVolumesInRecycleBinRequest)Lists one or more volumes that are currently in the Recycle Bin.default ListVolumesInRecycleBinResponseEc2Client. listVolumesInRecycleBin(ListVolumesInRecycleBinRequest listVolumesInRecycleBinRequest)Lists one or more volumes that are currently in the Recycle Bin.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ListVolumesInRecycleBinResponse Modifier and Type Method Description default CompletableFuture<ListVolumesInRecycleBinResponse>Ec2AsyncClient. listVolumesInRecycleBin(Consumer<ListVolumesInRecycleBinRequest.Builder> listVolumesInRecycleBinRequest)Lists one or more volumes that are currently in the Recycle Bin.default CompletableFuture<ListVolumesInRecycleBinResponse>Ec2AsyncClient. listVolumesInRecycleBin(ListVolumesInRecycleBinRequest listVolumesInRecycleBinRequest)Lists one or more volumes that are currently in the Recycle Bin.
-