| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateDbSubnetGroupResponse |
RdsClient.createDBSubnetGroup(Consumer<CreateDbSubnetGroupRequest.Builder> createDbSubnetGroupRequest)
Creates a new DB subnet group.
|
default CreateDbSubnetGroupResponse |
RdsClient.createDBSubnetGroup(CreateDbSubnetGroupRequest createDbSubnetGroupRequest)
Creates a new DB subnet group.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.