| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| Modifier and Type | Method and Description |
|---|---|
default ModifyClusterParameterGroupResponse |
RedshiftClient.modifyClusterParameterGroup(Consumer<ModifyClusterParameterGroupRequest.Builder> modifyClusterParameterGroupRequest)
Modifies the parameters of a parameter group.
|
default ModifyClusterParameterGroupResponse |
RedshiftClient.modifyClusterParameterGroup(ModifyClusterParameterGroupRequest modifyClusterParameterGroupRequest)
Modifies the parameters of a parameter group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ModifyClusterParameterGroupResponse> |
RedshiftAsyncClient.modifyClusterParameterGroup(Consumer<ModifyClusterParameterGroupRequest.Builder> modifyClusterParameterGroupRequest)
Modifies the parameters of a parameter group.
|
default CompletableFuture<ModifyClusterParameterGroupResponse> |
RedshiftAsyncClient.modifyClusterParameterGroup(ModifyClusterParameterGroupRequest modifyClusterParameterGroupRequest)
Modifies the parameters of a parameter group.
|
Copyright © 2021. All rights reserved.