Uses of Interface
software.amazon.awssdk.services.rds.model.CreateDbSnapshotRequest.Builder
-
Packages that use CreateDbSnapshotRequest.Builder Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.model -
-
Uses of CreateDbSnapshotRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type CreateDbSnapshotRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateDbSnapshotResponse>RdsAsyncClient. createDBSnapshot(Consumer<CreateDbSnapshotRequest.Builder> createDbSnapshotRequest)Creates a snapshot of a DB instance.default CreateDbSnapshotResponseRdsClient. createDBSnapshot(Consumer<CreateDbSnapshotRequest.Builder> createDbSnapshotRequest)Creates a snapshot of a DB instance. -
Uses of CreateDbSnapshotRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return CreateDbSnapshotRequest.Builder Modifier and Type Method Description static CreateDbSnapshotRequest.BuilderCreateDbSnapshotRequest. builder()CreateDbSnapshotRequest.BuilderCreateDbSnapshotRequest.Builder. dbInstanceIdentifier(String dbInstanceIdentifier)The identifier of the DB instance that you want to create the snapshot of.CreateDbSnapshotRequest.BuilderCreateDbSnapshotRequest.Builder. dbSnapshotIdentifier(String dbSnapshotIdentifier)The identifier for the DB snapshot.CreateDbSnapshotRequest.BuilderCreateDbSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateDbSnapshotRequest.BuilderCreateDbSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateDbSnapshotRequest.BuilderCreateDbSnapshotRequest.Builder. tags(Collection<Tag> tags)Sets the value of the Tags property for this object.CreateDbSnapshotRequest.BuilderCreateDbSnapshotRequest.Builder. tags(Consumer<Tag.Builder>... tags)Sets the value of the Tags property for this object.CreateDbSnapshotRequest.BuilderCreateDbSnapshotRequest.Builder. tags(Tag... tags)Sets the value of the Tags property for this object.CreateDbSnapshotRequest.BuilderCreateDbSnapshotRequest. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type CreateDbSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends CreateDbSnapshotRequest.Builder>CreateDbSnapshotRequest. serializableBuilderClass()
-