Uses of Interface
software.amazon.awssdk.services.rds.model.DeleteDbClusterSnapshotRequest.Builder
Packages that use DeleteDbClusterSnapshotRequest.Builder
Package
Description
-
Uses of DeleteDbClusterSnapshotRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type DeleteDbClusterSnapshotRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.deleteDBClusterSnapshot(Consumer<DeleteDbClusterSnapshotRequest.Builder> deleteDbClusterSnapshotRequest) Deletes a DB cluster snapshot.default DeleteDbClusterSnapshotResponseRdsClient.deleteDBClusterSnapshot(Consumer<DeleteDbClusterSnapshotRequest.Builder> deleteDbClusterSnapshotRequest) Deletes a DB cluster snapshot. -
Uses of DeleteDbClusterSnapshotRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DeleteDbClusterSnapshotRequest.BuilderModifier and TypeMethodDescriptionDeleteDbClusterSnapshotRequest.builder()DeleteDbClusterSnapshotRequest.Builder.dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier) The identifier of the DB cluster snapshot to delete.DeleteDbClusterSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteDbClusterSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteDbClusterSnapshotRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DeleteDbClusterSnapshotRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteDbClusterSnapshotRequest.Builder>DeleteDbClusterSnapshotRequest.serializableBuilderClass()