Uses of Interface
software.amazon.awssdk.services.rds.model.CreateDbClusterSnapshotRequest.Builder
-
Packages that use CreateDbClusterSnapshotRequest.Builder Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.model -
-
Uses of CreateDbClusterSnapshotRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type CreateDbClusterSnapshotRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateDbClusterSnapshotResponse>RdsAsyncClient. createDBClusterSnapshot(Consumer<CreateDbClusterSnapshotRequest.Builder> createDbClusterSnapshotRequest)Creates a snapshot of a DB cluster.default CreateDbClusterSnapshotResponseRdsClient. createDBClusterSnapshot(Consumer<CreateDbClusterSnapshotRequest.Builder> createDbClusterSnapshotRequest)Creates a snapshot of a DB cluster. -
Uses of CreateDbClusterSnapshotRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return CreateDbClusterSnapshotRequest.Builder Modifier and Type Method Description static CreateDbClusterSnapshotRequest.BuilderCreateDbClusterSnapshotRequest. builder()CreateDbClusterSnapshotRequest.BuilderCreateDbClusterSnapshotRequest.Builder. dbClusterIdentifier(String dbClusterIdentifier)The identifier of the DB cluster to create a snapshot for.CreateDbClusterSnapshotRequest.BuilderCreateDbClusterSnapshotRequest.Builder. dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)The identifier of the DB cluster snapshot.CreateDbClusterSnapshotRequest.BuilderCreateDbClusterSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateDbClusterSnapshotRequest.BuilderCreateDbClusterSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateDbClusterSnapshotRequest.BuilderCreateDbClusterSnapshotRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the DB cluster snapshot.CreateDbClusterSnapshotRequest.BuilderCreateDbClusterSnapshotRequest.Builder. tags(Consumer<Tag.Builder>... tags)The tags to be assigned to the DB cluster snapshot.CreateDbClusterSnapshotRequest.BuilderCreateDbClusterSnapshotRequest.Builder. tags(Tag... tags)The tags to be assigned to the DB cluster snapshot.CreateDbClusterSnapshotRequest.BuilderCreateDbClusterSnapshotRequest. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type CreateDbClusterSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends CreateDbClusterSnapshotRequest.Builder>CreateDbClusterSnapshotRequest. serializableBuilderClass()
-