| Package | Description |
|---|---|
| software.amazon.awssdk.services.memorydb.model | |
| software.amazon.awssdk.services.memorydb.paginators |
| Modifier and Type | Method and Description |
|---|---|
ParameterGroup |
ResetParameterGroupResponse.parameterGroup()
The parameter group being reset.
|
ParameterGroup |
UpdateParameterGroupResponse.parameterGroup()
The updated parameter group
|
ParameterGroup |
CreateParameterGroupResponse.parameterGroup()
The newly-created parameter group.
|
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 |
|---|---|
ResetParameterGroupResponse.Builder |
ResetParameterGroupResponse.Builder.parameterGroup(ParameterGroup parameterGroup)
The parameter group being reset.
|
UpdateParameterGroupResponse.Builder |
UpdateParameterGroupResponse.Builder.parameterGroup(ParameterGroup parameterGroup)
The updated parameter group
|
CreateParameterGroupResponse.Builder |
CreateParameterGroupResponse.Builder.parameterGroup(ParameterGroup parameterGroup)
The newly-created parameter group.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ParameterGroup> |
DescribeParameterGroupsPublisher.parameterGroups()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ParameterGroup> |
DescribeParameterGroupsIterable.parameterGroups()
Returns an iterable to iterate through the paginated
DescribeParameterGroupsResponse.parameterGroups()
member. |
Copyright © 2023. All rights reserved.