| Package | Description |
|---|---|
| software.amazon.awssdk.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
ParameterGroup |
CreateParameterGroupResponse.parameterGroup()
The newly-created parameter group.
|
ParameterGroup |
UpdateParameterGroupResponse.parameterGroup()
The updated parameter group
|
ParameterGroup |
ResetParameterGroupResponse.parameterGroup()
The parameter group being reset.
|
ParameterGroup |
DeleteParameterGroupResponse.parameterGroup()
The parameter group that has been deleted.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterGroup> |
DescribeParameterGroupsResponse.parameterGroups()
A list of parameter groups.
|
| Modifier and Type | Method and Description |
|---|---|
CreateParameterGroupResponse.Builder |
CreateParameterGroupResponse.Builder.parameterGroup(ParameterGroup parameterGroup)
The newly-created parameter group.
|
UpdateParameterGroupResponse.Builder |
UpdateParameterGroupResponse.Builder.parameterGroup(ParameterGroup parameterGroup)
The updated parameter group
|
ResetParameterGroupResponse.Builder |
ResetParameterGroupResponse.Builder.parameterGroup(ParameterGroup parameterGroup)
The parameter group being reset.
|
DeleteParameterGroupResponse.Builder |
DeleteParameterGroupResponse.Builder.parameterGroup(ParameterGroup parameterGroup)
The parameter group that has been deleted.
|
DescribeParameterGroupsResponse.Builder |
DescribeParameterGroupsResponse.Builder.parameterGroups(ParameterGroup... parameterGroups)
A list of parameter groups.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeParameterGroupsResponse.Builder |
DescribeParameterGroupsResponse.Builder.parameterGroups(Collection<ParameterGroup> parameterGroups)
A list of parameter groups.
|
Copyright © 2021. All rights reserved.