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