Uses of Class
software.amazon.awssdk.services.rds.model.DbSnapshotNotFoundException
Packages that use DbSnapshotNotFoundException
-
Uses of DbSnapshotNotFoundException in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that throw DbSnapshotNotFoundExceptionModifier and TypeMethodDescriptiondefault AddTagsToResourceResponseRdsClient.addTagsToResource(Consumer<AddTagsToResourceRequest.Builder> addTagsToResourceRequest) Adds metadata tags to an Amazon RDS resource.default AddTagsToResourceResponseRdsClient.addTagsToResource(AddTagsToResourceRequest addTagsToResourceRequest) Adds metadata tags to an Amazon RDS resource.default CopyDbSnapshotResponseRdsClient.copyDBSnapshot(Consumer<CopyDbSnapshotRequest.Builder> copyDbSnapshotRequest) Copies the specified DB snapshot.default CopyDbSnapshotResponseRdsClient.copyDBSnapshot(CopyDbSnapshotRequest copyDbSnapshotRequest) Copies the specified DB snapshot.default DeleteDbSnapshotResponseRdsClient.deleteDBSnapshot(Consumer<DeleteDbSnapshotRequest.Builder> deleteDbSnapshotRequest) Deletes a DB snapshot.default DeleteDbSnapshotResponseRdsClient.deleteDBSnapshot(DeleteDbSnapshotRequest deleteDbSnapshotRequest) Deletes a DB snapshot.RdsClient.describeDBSnapshotAttributes(Consumer<DescribeDbSnapshotAttributesRequest.Builder> describeDbSnapshotAttributesRequest) Returns a list of DB snapshot attribute names and values for a manual DB snapshot.RdsClient.describeDBSnapshotAttributes(DescribeDbSnapshotAttributesRequest describeDbSnapshotAttributesRequest) Returns a list of DB snapshot attribute names and values for a manual DB snapshot.default DescribeDbSnapshotsResponseRdsClient.describeDBSnapshots()Returns information about DB snapshots.default DescribeDbSnapshotsResponseRdsClient.describeDBSnapshots(Consumer<DescribeDbSnapshotsRequest.Builder> describeDbSnapshotsRequest) Returns information about DB snapshots.default DescribeDbSnapshotsResponseRdsClient.describeDBSnapshots(DescribeDbSnapshotsRequest describeDbSnapshotsRequest) Returns information about DB snapshots.default DescribeDBSnapshotsIterableRdsClient.describeDBSnapshotsPaginator()This is a variant ofRdsClient.describeDBSnapshots(software.amazon.awssdk.services.rds.model.DescribeDbSnapshotsRequest)operation.default DescribeDBSnapshotsIterableRdsClient.describeDBSnapshotsPaginator(Consumer<DescribeDbSnapshotsRequest.Builder> describeDbSnapshotsRequest) This is a variant ofRdsClient.describeDBSnapshots(software.amazon.awssdk.services.rds.model.DescribeDbSnapshotsRequest)operation.default DescribeDBSnapshotsIterableRdsClient.describeDBSnapshotsPaginator(DescribeDbSnapshotsRequest describeDbSnapshotsRequest) This is a variant ofRdsClient.describeDBSnapshots(software.amazon.awssdk.services.rds.model.DescribeDbSnapshotsRequest)operation.RdsClient.describeDBSnapshotTenantDatabases(Consumer<DescribeDbSnapshotTenantDatabasesRequest.Builder> describeDbSnapshotTenantDatabasesRequest) Describes the tenant databases that exist in a DB snapshot.RdsClient.describeDBSnapshotTenantDatabases(DescribeDbSnapshotTenantDatabasesRequest describeDbSnapshotTenantDatabasesRequest) Describes the tenant databases that exist in a DB snapshot.RdsClient.describeDBSnapshotTenantDatabasesPaginator(Consumer<DescribeDbSnapshotTenantDatabasesRequest.Builder> describeDbSnapshotTenantDatabasesRequest) This is a variant ofRdsClient.describeDBSnapshotTenantDatabases(software.amazon.awssdk.services.rds.model.DescribeDbSnapshotTenantDatabasesRequest)operation.RdsClient.describeDBSnapshotTenantDatabasesPaginator(DescribeDbSnapshotTenantDatabasesRequest describeDbSnapshotTenantDatabasesRequest) This is a variant ofRdsClient.describeDBSnapshotTenantDatabases(software.amazon.awssdk.services.rds.model.DescribeDbSnapshotTenantDatabasesRequest)operation.default ListTagsForResourceResponseRdsClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Lists all tags on an Amazon RDS resource.default ListTagsForResourceResponseRdsClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) Lists all tags on an Amazon RDS resource.default ModifyDbSnapshotResponseRdsClient.modifyDBSnapshot(Consumer<ModifyDbSnapshotRequest.Builder> modifyDbSnapshotRequest) Updates a manual DB snapshot with a new engine version.default ModifyDbSnapshotResponseRdsClient.modifyDBSnapshot(ModifyDbSnapshotRequest modifyDbSnapshotRequest) Updates a manual DB snapshot with a new engine version.RdsClient.modifyDBSnapshotAttribute(Consumer<ModifyDbSnapshotAttributeRequest.Builder> modifyDbSnapshotAttributeRequest) Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot.RdsClient.modifyDBSnapshotAttribute(ModifyDbSnapshotAttributeRequest modifyDbSnapshotAttributeRequest) Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot.default RemoveTagsFromResourceResponseRdsClient.removeTagsFromResource(Consumer<RemoveTagsFromResourceRequest.Builder> removeTagsFromResourceRequest) Removes metadata tags from an Amazon RDS resource.default RemoveTagsFromResourceResponseRdsClient.removeTagsFromResource(RemoveTagsFromResourceRequest removeTagsFromResourceRequest) Removes metadata tags from an Amazon RDS resource.RdsClient.restoreDBClusterFromSnapshot(Consumer<RestoreDbClusterFromSnapshotRequest.Builder> restoreDbClusterFromSnapshotRequest) Creates a new DB cluster from a DB snapshot or DB cluster snapshot.RdsClient.restoreDBClusterFromSnapshot(RestoreDbClusterFromSnapshotRequest restoreDbClusterFromSnapshotRequest) Creates a new DB cluster from a DB snapshot or DB cluster snapshot.RdsClient.restoreDBInstanceFromDBSnapshot(Consumer<RestoreDbInstanceFromDbSnapshotRequest.Builder> restoreDbInstanceFromDbSnapshotRequest) Creates a new DB instance from a DB snapshot.RdsClient.restoreDBInstanceFromDBSnapshot(RestoreDbInstanceFromDbSnapshotRequest restoreDbInstanceFromDbSnapshotRequest) Creates a new DB instance from a DB snapshot.default StartExportTaskResponseRdsClient.startExportTask(Consumer<StartExportTaskRequest.Builder> startExportTaskRequest) Starts an export of DB snapshot or DB cluster data to Amazon S3.default StartExportTaskResponseRdsClient.startExportTask(StartExportTaskRequest startExportTaskRequest) Starts an export of DB snapshot or DB cluster data to Amazon S3.