Uses of Class
software.amazon.awssdk.services.rds.model.DbSubnetGroupNotFoundException
Packages that use DbSubnetGroupNotFoundException
-
Uses of DbSubnetGroupNotFoundException in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that throw DbSubnetGroupNotFoundExceptionModifier and TypeMethodDescriptiondefault CreateDbClusterResponseRdsClient.createDBCluster(Consumer<CreateDbClusterRequest.Builder> createDbClusterRequest) Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster.default CreateDbClusterResponseRdsClient.createDBCluster(CreateDbClusterRequest createDbClusterRequest) Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster.default CreateDbInstanceResponseRdsClient.createDBInstance(Consumer<CreateDbInstanceRequest.Builder> createDbInstanceRequest) Creates a new DB instance.default CreateDbInstanceResponseRdsClient.createDBInstance(CreateDbInstanceRequest createDbInstanceRequest) Creates a new DB instance.RdsClient.createDBInstanceReadReplica(Consumer<CreateDbInstanceReadReplicaRequest.Builder> createDbInstanceReadReplicaRequest) Creates a new DB instance that acts as a read replica for an existing source DB instance or Multi-AZ DB cluster.RdsClient.createDBInstanceReadReplica(CreateDbInstanceReadReplicaRequest createDbInstanceReadReplicaRequest) Creates a new DB instance that acts as a read replica for an existing source DB instance or Multi-AZ DB cluster.default DeleteDbSubnetGroupResponseRdsClient.deleteDBSubnetGroup(Consumer<DeleteDbSubnetGroupRequest.Builder> deleteDbSubnetGroupRequest) Deletes a DB subnet group.default DeleteDbSubnetGroupResponseRdsClient.deleteDBSubnetGroup(DeleteDbSubnetGroupRequest deleteDbSubnetGroupRequest) Deletes a DB subnet group.default DescribeDbSubnetGroupsResponseRdsClient.describeDBSubnetGroups()Returns a list of DBSubnetGroup descriptions.default DescribeDbSubnetGroupsResponseRdsClient.describeDBSubnetGroups(Consumer<DescribeDbSubnetGroupsRequest.Builder> describeDbSubnetGroupsRequest) Returns a list of DBSubnetGroup descriptions.default DescribeDbSubnetGroupsResponseRdsClient.describeDBSubnetGroups(DescribeDbSubnetGroupsRequest describeDbSubnetGroupsRequest) Returns a list of DBSubnetGroup descriptions.default DescribeDBSubnetGroupsIterableRdsClient.describeDBSubnetGroupsPaginator()This is a variant ofRdsClient.describeDBSubnetGroups(software.amazon.awssdk.services.rds.model.DescribeDbSubnetGroupsRequest)operation.default DescribeDBSubnetGroupsIterableRdsClient.describeDBSubnetGroupsPaginator(Consumer<DescribeDbSubnetGroupsRequest.Builder> describeDbSubnetGroupsRequest) This is a variant ofRdsClient.describeDBSubnetGroups(software.amazon.awssdk.services.rds.model.DescribeDbSubnetGroupsRequest)operation.default DescribeDBSubnetGroupsIterableRdsClient.describeDBSubnetGroupsPaginator(DescribeDbSubnetGroupsRequest describeDbSubnetGroupsRequest) This is a variant ofRdsClient.describeDBSubnetGroups(software.amazon.awssdk.services.rds.model.DescribeDbSubnetGroupsRequest)operation.default ModifyDbClusterResponseRdsClient.modifyDBCluster(Consumer<ModifyDbClusterRequest.Builder> modifyDbClusterRequest) Modifies the settings of an Amazon Aurora DB cluster or a Multi-AZ DB cluster.default ModifyDbClusterResponseRdsClient.modifyDBCluster(ModifyDbClusterRequest modifyDbClusterRequest) Modifies the settings of an Amazon Aurora DB cluster or a Multi-AZ DB cluster.default ModifyDbSubnetGroupResponseRdsClient.modifyDBSubnetGroup(Consumer<ModifyDbSubnetGroupRequest.Builder> modifyDbSubnetGroupRequest) Modifies an existing DB subnet group.default ModifyDbSubnetGroupResponseRdsClient.modifyDBSubnetGroup(ModifyDbSubnetGroupRequest modifyDbSubnetGroupRequest) Modifies an existing DB subnet group.default RestoreDbClusterFromS3ResponseRdsClient.restoreDBClusterFromS3(Consumer<RestoreDbClusterFromS3Request.Builder> restoreDbClusterFromS3Request) Creates an Amazon Aurora DB cluster from MySQL data stored in an Amazon S3 bucket.default RestoreDbClusterFromS3ResponseRdsClient.restoreDBClusterFromS3(RestoreDbClusterFromS3Request restoreDbClusterFromS3Request) Creates an Amazon Aurora DB cluster from MySQL data stored in an Amazon S3 bucket.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.restoreDBClusterToPointInTime(Consumer<RestoreDbClusterToPointInTimeRequest.Builder> restoreDbClusterToPointInTimeRequest) Restores a DB cluster to an arbitrary point in time.RdsClient.restoreDBClusterToPointInTime(RestoreDbClusterToPointInTimeRequest restoreDbClusterToPointInTimeRequest) Restores a DB cluster to an arbitrary point in time.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 RestoreDbInstanceFromS3ResponseRdsClient.restoreDBInstanceFromS3(Consumer<RestoreDbInstanceFromS3Request.Builder> restoreDbInstanceFromS3Request) Amazon Relational Database Service (Amazon RDS) supports importing MySQL databases by using backup files.default RestoreDbInstanceFromS3ResponseRdsClient.restoreDBInstanceFromS3(RestoreDbInstanceFromS3Request restoreDbInstanceFromS3Request) Amazon Relational Database Service (Amazon RDS) supports importing MySQL databases by using backup files.RdsClient.restoreDBInstanceToPointInTime(Consumer<RestoreDbInstanceToPointInTimeRequest.Builder> restoreDbInstanceToPointInTimeRequest) Restores a DB instance to an arbitrary point in time.RdsClient.restoreDBInstanceToPointInTime(RestoreDbInstanceToPointInTimeRequest restoreDbInstanceToPointInTimeRequest) Restores a DB instance to an arbitrary point in time.default StartDbInstanceResponseRdsClient.startDBInstance(Consumer<StartDbInstanceRequest.Builder> startDbInstanceRequest) Starts an Amazon RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI command, or theStopDBInstanceoperation.default StartDbInstanceResponseRdsClient.startDBInstance(StartDbInstanceRequest startDbInstanceRequest) Starts an Amazon RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI command, or theStopDBInstanceoperation.