Uses of Class
software.amazon.awssdk.services.dax.model.ParameterGroup
-
Packages that use ParameterGroup Package Description software.amazon.awssdk.services.dax.model -
-
Uses of ParameterGroup in software.amazon.awssdk.services.dax.model
Methods in software.amazon.awssdk.services.dax.model that return ParameterGroup Modifier and Type Method Description ParameterGroupCreateParameterGroupResponse. parameterGroup()Represents the output of a CreateParameterGroup action.ParameterGroupUpdateParameterGroupResponse. parameterGroup()The parameter group that has been modified.Methods in software.amazon.awssdk.services.dax.model that return types with arguments of type ParameterGroup Modifier and Type Method Description List<ParameterGroup>DescribeParameterGroupsResponse. parameterGroups()An array of parameter groups.Methods in software.amazon.awssdk.services.dax.model with parameters of type ParameterGroup Modifier and Type Method Description CreateParameterGroupResponse.BuilderCreateParameterGroupResponse.Builder. parameterGroup(ParameterGroup parameterGroup)Represents the output of a CreateParameterGroup action.UpdateParameterGroupResponse.BuilderUpdateParameterGroupResponse.Builder. parameterGroup(ParameterGroup parameterGroup)The parameter group that has been modified.DescribeParameterGroupsResponse.BuilderDescribeParameterGroupsResponse.Builder. parameterGroups(ParameterGroup... parameterGroups)An array of parameter groups.Method parameters in software.amazon.awssdk.services.dax.model with type arguments of type ParameterGroup Modifier and Type Method Description DescribeParameterGroupsResponse.BuilderDescribeParameterGroupsResponse.Builder. parameterGroups(Collection<ParameterGroup> parameterGroups)An array of parameter groups.
-