Uses of Class
software.amazon.awssdk.services.rds.model.DbSubnetGroupNotAllowedException
-
Packages that use DbSubnetGroupNotAllowedException Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of DbSubnetGroupNotAllowedException in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that throw DbSubnetGroupNotAllowedException Modifier and Type Method Description default CreateDbInstanceReadReplicaResponse
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.default CreateDbInstanceReadReplicaResponse
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.
-