Uses of Interface
software.amazon.awssdk.services.rds.model.CreateDbSnapshotRequest.Builder
Packages that use CreateDbSnapshotRequest.Builder
Package
Description
-
Uses of CreateDbSnapshotRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type CreateDbSnapshotRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.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.BuilderModifier and TypeMethodDescriptionCreateDbSnapshotRequest.builder()CreateDbSnapshotRequest.Builder.dbInstanceIdentifier(String dbInstanceIdentifier) The identifier of the DB instance that you want to create the snapshot of.CreateDbSnapshotRequest.Builder.dbSnapshotIdentifier(String dbSnapshotIdentifier) The identifier for the DB snapshot.CreateDbSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateDbSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateDbSnapshotRequest.Builder.tags(Collection<Tag> tags) Sets the value of the Tags property for this object.CreateDbSnapshotRequest.Builder.tags(Consumer<Tag.Builder>... tags) Sets the value of the Tags property for this object.Sets the value of the Tags property for this object.CreateDbSnapshotRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type CreateDbSnapshotRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateDbSnapshotRequest.Builder>CreateDbSnapshotRequest.serializableBuilderClass()