Uses of Class
software.amazon.awssdk.services.ec2.model.RestoreSnapshotFromRecycleBinResponse
-
Packages that use RestoreSnapshotFromRecycleBinResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of RestoreSnapshotFromRecycleBinResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return RestoreSnapshotFromRecycleBinResponse Modifier and Type Method Description default RestoreSnapshotFromRecycleBinResponseEc2Client. restoreSnapshotFromRecycleBin(Consumer<RestoreSnapshotFromRecycleBinRequest.Builder> restoreSnapshotFromRecycleBinRequest)Restores a snapshot from the Recycle Bin.default RestoreSnapshotFromRecycleBinResponseEc2Client. restoreSnapshotFromRecycleBin(RestoreSnapshotFromRecycleBinRequest restoreSnapshotFromRecycleBinRequest)Restores a snapshot from the Recycle Bin.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type RestoreSnapshotFromRecycleBinResponse Modifier and Type Method Description default CompletableFuture<RestoreSnapshotFromRecycleBinResponse>Ec2AsyncClient. restoreSnapshotFromRecycleBin(Consumer<RestoreSnapshotFromRecycleBinRequest.Builder> restoreSnapshotFromRecycleBinRequest)Restores a snapshot from the Recycle Bin.default CompletableFuture<RestoreSnapshotFromRecycleBinResponse>Ec2AsyncClient. restoreSnapshotFromRecycleBin(RestoreSnapshotFromRecycleBinRequest restoreSnapshotFromRecycleBinRequest)Restores a snapshot from the Recycle Bin.
-