| Package | Description |
|---|---|
| software.amazon.awssdk.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
ParameterGroup |
CreateParameterGroupResponse.parameterGroup()
Represents the output of a CreateParameterGroup action.
|
ParameterGroup |
UpdateParameterGroupResponse.parameterGroup()
The parameter group that has been modified.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterGroup> |
DescribeParameterGroupsResponse.parameterGroups()
An array of parameter groups.
|
| Modifier and Type | Method and Description |
|---|---|
CreateParameterGroupResponse.Builder |
CreateParameterGroupResponse.Builder.parameterGroup(ParameterGroup parameterGroup)
Represents the output of a CreateParameterGroup action.
|
UpdateParameterGroupResponse.Builder |
UpdateParameterGroupResponse.Builder.parameterGroup(ParameterGroup parameterGroup)
The parameter group that has been modified.
|
DescribeParameterGroupsResponse.Builder |
DescribeParameterGroupsResponse.Builder.parameterGroups(ParameterGroup... parameterGroups)
An array of parameter groups.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeParameterGroupsResponse.Builder |
DescribeParameterGroupsResponse.Builder.parameterGroups(Collection<ParameterGroup> parameterGroups)
An array of parameter groups.
|
Copyright © 2023. All rights reserved.