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