Uses of Interface
software.amazon.awssdk.services.rds.model.DeleteDbClusterSnapshotRequest.Builder
-
Packages that use DeleteDbClusterSnapshotRequest.Builder Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.model -
-
Uses of DeleteDbClusterSnapshotRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type DeleteDbClusterSnapshotRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteDbClusterSnapshotResponse>RdsAsyncClient. 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.Builder Modifier and Type Method Description static DeleteDbClusterSnapshotRequest.BuilderDeleteDbClusterSnapshotRequest. builder()DeleteDbClusterSnapshotRequest.BuilderDeleteDbClusterSnapshotRequest.Builder. dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)The identifier of the DB cluster snapshot to delete.DeleteDbClusterSnapshotRequest.BuilderDeleteDbClusterSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteDbClusterSnapshotRequest.BuilderDeleteDbClusterSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteDbClusterSnapshotRequest.BuilderDeleteDbClusterSnapshotRequest. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DeleteDbClusterSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends DeleteDbClusterSnapshotRequest.Builder>DeleteDbClusterSnapshotRequest. serializableBuilderClass()
-