Uses of Class
software.amazon.awssdk.services.ec2.model.DeleteSnapshotRequest
-
Packages that use DeleteSnapshotRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of DeleteSnapshotRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type DeleteSnapshotRequest Modifier and Type Method Description default CompletableFuture<DeleteSnapshotResponse>Ec2AsyncClient. deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)Deletes the specified snapshot.default DeleteSnapshotResponseEc2Client. deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)Deletes the specified snapshot. -
Uses of DeleteSnapshotRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type DeleteSnapshotRequest Modifier and Type Method Description SdkHttpFullRequestDeleteSnapshotRequestMarshaller. marshall(DeleteSnapshotRequest deleteSnapshotRequest)
-