Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
Future<DescribeUsageLimitsResult> |
AbstractAmazonRedshiftAsync.describeUsageLimitsAsync(DescribeUsageLimitsRequest request,
AsyncHandler<DescribeUsageLimitsRequest,DescribeUsageLimitsResult> asyncHandler) |
Future<DescribeUsageLimitsResult> |
AmazonRedshiftAsync.describeUsageLimitsAsync(DescribeUsageLimitsRequest describeUsageLimitsRequest,
AsyncHandler<DescribeUsageLimitsRequest,DescribeUsageLimitsResult> asyncHandler)
Shows usage limits on a cluster.
|
Future<DescribeUsageLimitsResult> |
AmazonRedshiftAsyncClient.describeUsageLimitsAsync(DescribeUsageLimitsRequest request,
AsyncHandler<DescribeUsageLimitsRequest,DescribeUsageLimitsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeUsageLimitsRequest |
DescribeUsageLimitsRequest.clone() |
DescribeUsageLimitsRequest |
DescribeUsageLimitsRequest.withClusterIdentifier(String clusterIdentifier)
The identifier of the cluster for which you want to describe usage limits.
|
DescribeUsageLimitsRequest |
DescribeUsageLimitsRequest.withFeatureType(String featureType)
The feature type for which you want to describe usage limits.
|
DescribeUsageLimitsRequest |
DescribeUsageLimitsRequest.withFeatureType(UsageLimitFeatureType featureType)
The feature type for which you want to describe usage limits.
|
DescribeUsageLimitsRequest |
DescribeUsageLimitsRequest.withMarker(String marker)
An optional parameter that specifies the starting point to return a set of response records.
|
DescribeUsageLimitsRequest |
DescribeUsageLimitsRequest.withMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call.
|
DescribeUsageLimitsRequest |
DescribeUsageLimitsRequest.withTagKeys(Collection<String> tagKeys)
A tag key or keys for which you want to return all matching usage limit objects that are associated with the
specified key or keys.
|
DescribeUsageLimitsRequest |
DescribeUsageLimitsRequest.withTagKeys(String... tagKeys)
A tag key or keys for which you want to return all matching usage limit objects that are associated with the
specified key or keys.
|
DescribeUsageLimitsRequest |
DescribeUsageLimitsRequest.withTagValues(Collection<String> tagValues)
A tag value or values for which you want to return all matching usage limit objects that are associated with the
specified tag value or values.
|
DescribeUsageLimitsRequest |
DescribeUsageLimitsRequest.withTagValues(String... tagValues)
A tag value or values for which you want to return all matching usage limit objects that are associated with the
specified tag value or values.
|
DescribeUsageLimitsRequest |
DescribeUsageLimitsRequest.withUsageLimitId(String usageLimitId)
The identifier of the usage limit to describe.
|
Copyright © 2024. All rights reserved.