| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateDbSnapshotResponse |
RdsClient.createDBSnapshot(Consumer<CreateDbSnapshotRequest.Builder> createDbSnapshotRequest)
Creates a snapshot of a DB instance.
|
default CompletableFuture<CreateDbSnapshotResponse> |
RdsAsyncClient.createDBSnapshot(Consumer<CreateDbSnapshotRequest.Builder> createDbSnapshotRequest)
Creates a snapshot of a DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateDbSnapshotRequest.Builder |
CreateDbSnapshotRequest.builder() |
CreateDbSnapshotRequest.Builder |
CreateDbSnapshotRequest.Builder.dbInstanceIdentifier(String dbInstanceIdentifier)
The identifier of the DB instance that you want to create the snapshot of.
|
CreateDbSnapshotRequest.Builder |
CreateDbSnapshotRequest.Builder.dbSnapshotIdentifier(String dbSnapshotIdentifier)
The identifier for the DB snapshot.
|
CreateDbSnapshotRequest.Builder |
CreateDbSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDbSnapshotRequest.Builder |
CreateDbSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDbSnapshotRequest.Builder |
CreateDbSnapshotRequest.Builder.tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
CreateDbSnapshotRequest.Builder |
CreateDbSnapshotRequest.Builder.tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object.
|
CreateDbSnapshotRequest.Builder |
CreateDbSnapshotRequest.Builder.tags(Tag... tags)
Sets the value of the Tags property for this object.
|
CreateDbSnapshotRequest.Builder |
CreateDbSnapshotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateDbSnapshotRequest.Builder> |
CreateDbSnapshotRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.