Uses of Class
software.amazon.awssdk.services.rds.model.CreateDbSubnetGroupResponse
Packages that use CreateDbSubnetGroupResponse
-
Uses of CreateDbSubnetGroupResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return CreateDbSubnetGroupResponseModifier and TypeMethodDescriptiondefault 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 CreateDbSubnetGroupResponseModifier and TypeMethodDescriptionRdsAsyncClient.createDBSubnetGroup(Consumer<CreateDbSubnetGroupRequest.Builder> createDbSubnetGroupRequest) Creates a new DB subnet group.RdsAsyncClient.createDBSubnetGroup(CreateDbSubnetGroupRequest createDbSubnetGroupRequest) Creates a new DB subnet group.