Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
DescribeClusterParameterGroupsRequest |
DescribeClusterParameterGroupsRequest.clone() |
DescribeClusterParameterGroupsRequest |
DescribeClusterParameterGroupsRequest.withMarker(String marker)
An optional parameter that specifies the starting point to return a set of response records.
|
DescribeClusterParameterGroupsRequest |
DescribeClusterParameterGroupsRequest.withMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call.
|
DescribeClusterParameterGroupsRequest |
DescribeClusterParameterGroupsRequest.withParameterGroupName(String parameterGroupName)
The name of a specific parameter group for which to return details.
|
DescribeClusterParameterGroupsRequest |
DescribeClusterParameterGroupsRequest.withTagKeys(Collection<String> tagKeys)
A tag key or keys for which you want to return all matching cluster parameter groups that are associated with the
specified key or keys.
|
DescribeClusterParameterGroupsRequest |
DescribeClusterParameterGroupsRequest.withTagKeys(String... tagKeys)
A tag key or keys for which you want to return all matching cluster parameter groups that are associated with the
specified key or keys.
|
DescribeClusterParameterGroupsRequest |
DescribeClusterParameterGroupsRequest.withTagValues(Collection<String> tagValues)
A tag value or values for which you want to return all matching cluster parameter groups that are associated with
the specified tag value or values.
|
DescribeClusterParameterGroupsRequest |
DescribeClusterParameterGroupsRequest.withTagValues(String... tagValues)
A tag value or values for which you want to return all matching cluster parameter groups that are associated with
the specified tag value or values.
|
Copyright © 2023. All rights reserved.