| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
RuleSummary |
RuleSummary.clone() |
RuleSummary |
RuleSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the rule.
|
RuleSummary |
RuleSummary.withCreatedAt(Date createdAt)
The date and time that the listener rule was created, specified in ISO-8601 format.
|
RuleSummary |
RuleSummary.withId(String id)
The ID of the rule.
|
RuleSummary |
RuleSummary.withIsDefault(Boolean isDefault)
Indicates whether this is the default rule.
|
RuleSummary |
RuleSummary.withLastUpdatedAt(Date lastUpdatedAt)
The date and time that the listener rule was last updated, specified in ISO-8601 format.
|
RuleSummary |
RuleSummary.withName(String name)
The name of the rule.
|
RuleSummary |
RuleSummary.withPriority(Integer priority)
The priority of the rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleSummary> |
ListRulesResult.getItems()
Information about the rules.
|
| Modifier and Type | Method and Description |
|---|---|
ListRulesResult |
ListRulesResult.withItems(RuleSummary... items)
Information about the rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRulesResult.setItems(Collection<RuleSummary> items)
Information about the rules.
|
ListRulesResult |
ListRulesResult.withItems(Collection<RuleSummary> items)
Information about the rules.
|
Copyright © 2023. All rights reserved.