| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateDbParameterGroupResponse |
RdsClient.createDBParameterGroup(Consumer<CreateDbParameterGroupRequest.Builder> createDbParameterGroupRequest)
Creates a new DB parameter group.
|
default CreateDbParameterGroupResponse |
RdsClient.createDBParameterGroup(CreateDbParameterGroupRequest createDbParameterGroupRequest)
Creates a new DB parameter group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateDbParameterGroupResponse> |
RdsAsyncClient.createDBParameterGroup(Consumer<CreateDbParameterGroupRequest.Builder> createDbParameterGroupRequest)
Creates a new DB parameter group.
|
default CompletableFuture<CreateDbParameterGroupResponse> |
RdsAsyncClient.createDBParameterGroup(CreateDbParameterGroupRequest createDbParameterGroupRequest)
Creates a new DB parameter group.
|
Copyright © 2022. All rights reserved.