Uses of Class
software.amazon.awssdk.services.memorydb.model.ParameterGroup
-
Packages that use ParameterGroup Package Description software.amazon.awssdk.services.memorydb.model software.amazon.awssdk.services.memorydb.paginators -
-
Uses of ParameterGroup in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return ParameterGroup Modifier and Type Method Description ParameterGroupCreateParameterGroupResponse. parameterGroup()The newly-created parameter group.ParameterGroupDeleteParameterGroupResponse. parameterGroup()The parameter group that has been deleted.ParameterGroupResetParameterGroupResponse. parameterGroup()The parameter group being reset.ParameterGroupUpdateParameterGroupResponse. parameterGroup()The updated parameter groupMethods in software.amazon.awssdk.services.memorydb.model that return types with arguments of type ParameterGroup Modifier and Type Method Description List<ParameterGroup>DescribeParameterGroupsResponse. parameterGroups()A list of parameter groups.Methods in software.amazon.awssdk.services.memorydb.model with parameters of type ParameterGroup Modifier and Type Method Description CreateParameterGroupResponse.BuilderCreateParameterGroupResponse.Builder. parameterGroup(ParameterGroup parameterGroup)The newly-created parameter group.DeleteParameterGroupResponse.BuilderDeleteParameterGroupResponse.Builder. parameterGroup(ParameterGroup parameterGroup)The parameter group that has been deleted.ResetParameterGroupResponse.BuilderResetParameterGroupResponse.Builder. parameterGroup(ParameterGroup parameterGroup)The parameter group being reset.UpdateParameterGroupResponse.BuilderUpdateParameterGroupResponse.Builder. parameterGroup(ParameterGroup parameterGroup)The updated parameter groupDescribeParameterGroupsResponse.BuilderDescribeParameterGroupsResponse.Builder. parameterGroups(ParameterGroup... parameterGroups)A list of parameter groups.Method parameters in software.amazon.awssdk.services.memorydb.model with type arguments of type ParameterGroup Modifier and Type Method Description DescribeParameterGroupsResponse.BuilderDescribeParameterGroupsResponse.Builder. parameterGroups(Collection<ParameterGroup> parameterGroups)A list of parameter groups. -
Uses of ParameterGroup in software.amazon.awssdk.services.memorydb.paginators
Methods in software.amazon.awssdk.services.memorydb.paginators that return types with arguments of type ParameterGroup Modifier and Type Method Description SdkIterable<ParameterGroup>DescribeParameterGroupsIterable. parameterGroups()Returns an iterable to iterate through the paginatedDescribeParameterGroupsResponse.parameterGroups()member.SdkPublisher<ParameterGroup>DescribeParameterGroupsPublisher. parameterGroups()Returns a publisher that can be used to get a stream of data.
-