default AddTagsToResourceResponse |
RdsClient.addTagsToResource(Consumer<AddTagsToResourceRequest.Builder> addTagsToResourceRequest) |
Adds metadata tags to an Amazon RDS resource.
|
default AddTagsToResourceResponse |
RdsClient.addTagsToResource(AddTagsToResourceRequest addTagsToResourceRequest) |
Adds metadata tags to an Amazon RDS resource.
|
default CopyDbSnapshotResponse |
RdsClient.copyDBSnapshot(Consumer<CopyDbSnapshotRequest.Builder> copyDbSnapshotRequest) |
Copies the specified DB snapshot.
|
default CopyDbSnapshotResponse |
RdsClient.copyDBSnapshot(CopyDbSnapshotRequest copyDbSnapshotRequest) |
Copies the specified DB snapshot.
|
default DeleteDbSnapshotResponse |
RdsClient.deleteDBSnapshot(Consumer<DeleteDbSnapshotRequest.Builder> deleteDbSnapshotRequest) |
Deletes a DB snapshot.
|
default DeleteDbSnapshotResponse |
RdsClient.deleteDBSnapshot(DeleteDbSnapshotRequest deleteDbSnapshotRequest) |
Deletes a DB snapshot.
|
default DescribeDbSnapshotAttributesResponse |
RdsClient.describeDBSnapshotAttributes(Consumer<DescribeDbSnapshotAttributesRequest.Builder> describeDbSnapshotAttributesRequest) |
Returns a list of DB snapshot attribute names and values for a manual DB snapshot.
|
default DescribeDbSnapshotAttributesResponse |
RdsClient.describeDBSnapshotAttributes(DescribeDbSnapshotAttributesRequest describeDbSnapshotAttributesRequest) |
Returns a list of DB snapshot attribute names and values for a manual DB snapshot.
|
default DescribeDbSnapshotsResponse |
RdsClient.describeDBSnapshots() |
Returns information about DB snapshots.
|
default DescribeDbSnapshotsResponse |
RdsClient.describeDBSnapshots(Consumer<DescribeDbSnapshotsRequest.Builder> describeDbSnapshotsRequest) |
Returns information about DB snapshots.
|
default DescribeDbSnapshotsResponse |
RdsClient.describeDBSnapshots(DescribeDbSnapshotsRequest describeDbSnapshotsRequest) |
Returns information about DB snapshots.
|
default DescribeDBSnapshotsIterable |
RdsClient.describeDBSnapshotsPaginator() |
|
default DescribeDBSnapshotsIterable |
RdsClient.describeDBSnapshotsPaginator(Consumer<DescribeDbSnapshotsRequest.Builder> describeDbSnapshotsRequest) |
|
default DescribeDBSnapshotsIterable |
RdsClient.describeDBSnapshotsPaginator(DescribeDbSnapshotsRequest describeDbSnapshotsRequest) |
|
default DescribeDbSnapshotTenantDatabasesResponse |
RdsClient.describeDBSnapshotTenantDatabases(Consumer<DescribeDbSnapshotTenantDatabasesRequest.Builder> describeDbSnapshotTenantDatabasesRequest) |
Describes the tenant databases that exist in a DB snapshot.
|
default DescribeDbSnapshotTenantDatabasesResponse |
RdsClient.describeDBSnapshotTenantDatabases(DescribeDbSnapshotTenantDatabasesRequest describeDbSnapshotTenantDatabasesRequest) |
Describes the tenant databases that exist in a DB snapshot.
|
default DescribeDBSnapshotTenantDatabasesIterable |
RdsClient.describeDBSnapshotTenantDatabasesPaginator(Consumer<DescribeDbSnapshotTenantDatabasesRequest.Builder> describeDbSnapshotTenantDatabasesRequest) |
|
default DescribeDBSnapshotTenantDatabasesIterable |
RdsClient.describeDBSnapshotTenantDatabasesPaginator(DescribeDbSnapshotTenantDatabasesRequest describeDbSnapshotTenantDatabasesRequest) |
|
default ListTagsForResourceResponse |
RdsClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) |
Lists all tags on an Amazon RDS resource.
|
default ListTagsForResourceResponse |
RdsClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) |
Lists all tags on an Amazon RDS resource.
|
default ModifyDbSnapshotResponse |
RdsClient.modifyDBSnapshot(Consumer<ModifyDbSnapshotRequest.Builder> modifyDbSnapshotRequest) |
Updates a manual DB snapshot with a new engine version.
|
default ModifyDbSnapshotResponse |
RdsClient.modifyDBSnapshot(ModifyDbSnapshotRequest modifyDbSnapshotRequest) |
Updates a manual DB snapshot with a new engine version.
|
default ModifyDbSnapshotAttributeResponse |
RdsClient.modifyDBSnapshotAttribute(Consumer<ModifyDbSnapshotAttributeRequest.Builder> modifyDbSnapshotAttributeRequest) |
Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot.
|
default ModifyDbSnapshotAttributeResponse |
RdsClient.modifyDBSnapshotAttribute(ModifyDbSnapshotAttributeRequest modifyDbSnapshotAttributeRequest) |
Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot.
|
default RemoveTagsFromResourceResponse |
RdsClient.removeTagsFromResource(Consumer<RemoveTagsFromResourceRequest.Builder> removeTagsFromResourceRequest) |
Removes metadata tags from an Amazon RDS resource.
|
default RemoveTagsFromResourceResponse |
RdsClient.removeTagsFromResource(RemoveTagsFromResourceRequest removeTagsFromResourceRequest) |
Removes metadata tags from an Amazon RDS resource.
|
default RestoreDbClusterFromSnapshotResponse |
RdsClient.restoreDBClusterFromSnapshot(Consumer<RestoreDbClusterFromSnapshotRequest.Builder> restoreDbClusterFromSnapshotRequest) |
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
|
default RestoreDbClusterFromSnapshotResponse |
RdsClient.restoreDBClusterFromSnapshot(RestoreDbClusterFromSnapshotRequest restoreDbClusterFromSnapshotRequest) |
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
|
default RestoreDbInstanceFromDbSnapshotResponse |
RdsClient.restoreDBInstanceFromDBSnapshot(Consumer<RestoreDbInstanceFromDbSnapshotRequest.Builder> restoreDbInstanceFromDbSnapshotRequest) |
Creates a new DB instance from a DB snapshot.
|
default RestoreDbInstanceFromDbSnapshotResponse |
RdsClient.restoreDBInstanceFromDBSnapshot(RestoreDbInstanceFromDbSnapshotRequest restoreDbInstanceFromDbSnapshotRequest) |
Creates a new DB instance from a DB snapshot.
|
default StartExportTaskResponse |
RdsClient.startExportTask(Consumer<StartExportTaskRequest.Builder> startExportTaskRequest) |
Starts an export of DB snapshot or DB cluster data to Amazon S3.
|
default StartExportTaskResponse |
RdsClient.startExportTask(StartExportTaskRequest startExportTaskRequest) |
Starts an export of DB snapshot or DB cluster data to Amazon S3.
|