Uses of Class
software.amazon.awssdk.services.rds.model.CreateDbSubnetGroupResponse
-
Packages that use CreateDbSubnetGroupResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of CreateDbSubnetGroupResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return CreateDbSubnetGroupResponse Modifier and Type Method Description default CreateDbSubnetGroupResponseRdsClient. createDBSubnetGroup(Consumer<CreateDbSubnetGroupRequest.Builder> createDbSubnetGroupRequest)Creates a new DB subnet group.default CreateDbSubnetGroupResponseRdsClient. createDBSubnetGroup(CreateDbSubnetGroupRequest createDbSubnetGroupRequest)Creates a new DB subnet group.Methods in software.amazon.awssdk.services.rds that return types with arguments of type CreateDbSubnetGroupResponse Modifier and Type Method Description default CompletableFuture<CreateDbSubnetGroupResponse>RdsAsyncClient. createDBSubnetGroup(Consumer<CreateDbSubnetGroupRequest.Builder> createDbSubnetGroupRequest)Creates a new DB subnet group.default CompletableFuture<CreateDbSubnetGroupResponse>RdsAsyncClient. createDBSubnetGroup(CreateDbSubnetGroupRequest createDbSubnetGroupRequest)Creates a new DB subnet group.
-