Uses of Interface
software.amazon.awssdk.services.ec2.model.DeleteSnapshotRequest.Builder
Packages that use DeleteSnapshotRequest.Builder
Package
Description
-
Uses of DeleteSnapshotRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DeleteSnapshotRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<DeleteSnapshotResponse>Ec2AsyncClient.deleteSnapshot(Consumer<DeleteSnapshotRequest.Builder> deleteSnapshotRequest) Deletes the specified snapshot.default DeleteSnapshotResponseEc2Client.deleteSnapshot(Consumer<DeleteSnapshotRequest.Builder> deleteSnapshotRequest) Deletes the specified snapshot. -
Uses of DeleteSnapshotRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DeleteSnapshotRequest.BuilderModifier and TypeMethodDescriptionDeleteSnapshotRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DeleteSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteSnapshotRequest.Builder.snapshotId(String snapshotId) The ID of the EBS snapshot.DeleteSnapshotRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DeleteSnapshotRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteSnapshotRequest.Builder>DeleteSnapshotRequest.serializableBuilderClass()