Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
UsageLimit |
UsageLimit.clone() |
UsageLimit |
UsageLimit.withAmount(Long amount)
The limit amount.
|
UsageLimit |
UsageLimit.withBreachAction(String breachAction)
The action that Amazon Redshift takes when the limit is reached.
|
UsageLimit |
UsageLimit.withBreachAction(UsageLimitBreachAction breachAction)
The action that Amazon Redshift takes when the limit is reached.
|
UsageLimit |
UsageLimit.withClusterIdentifier(String clusterIdentifier)
The identifier of the cluster with a usage limit.
|
UsageLimit |
UsageLimit.withFeatureType(String featureType)
The Amazon Redshift feature to which the limit applies.
|
UsageLimit |
UsageLimit.withFeatureType(UsageLimitFeatureType featureType)
The Amazon Redshift feature to which the limit applies.
|
UsageLimit |
UsageLimit.withLimitType(String limitType)
The type of limit.
|
UsageLimit |
UsageLimit.withLimitType(UsageLimitLimitType limitType)
The type of limit.
|
UsageLimit |
UsageLimit.withPeriod(String period)
The time period that the amount applies to.
|
UsageLimit |
UsageLimit.withPeriod(UsageLimitPeriod period)
The time period that the amount applies to.
|
UsageLimit |
UsageLimit.withTags(Collection<Tag> tags)
A list of tag instances.
|
UsageLimit |
UsageLimit.withTags(Tag... tags)
A list of tag instances.
|
UsageLimit |
UsageLimit.withUsageLimitId(String usageLimitId)
The identifier of the usage limit.
|
Modifier and Type | Method and Description |
---|---|
List<UsageLimit> |
DescribeUsageLimitsResult.getUsageLimits()
Contains the output from the DescribeUsageLimits action.
|
Modifier and Type | Method and Description |
---|---|
DescribeUsageLimitsResult |
DescribeUsageLimitsResult.withUsageLimits(UsageLimit... usageLimits)
Contains the output from the DescribeUsageLimits action.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeUsageLimitsResult.setUsageLimits(Collection<UsageLimit> usageLimits)
Contains the output from the DescribeUsageLimits action.
|
DescribeUsageLimitsResult |
DescribeUsageLimitsResult.withUsageLimits(Collection<UsageLimit> usageLimits)
Contains the output from the DescribeUsageLimits action.
|
Copyright © 2024. All rights reserved.