| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
CollectionSummary |
CollectionSummary.clone() |
CollectionSummary |
CollectionSummary.withArn(String arn)
The ARN of the collection summary.
|
CollectionSummary |
CollectionSummary.withId(String id)
Unique ID for the CIDR collection.
|
CollectionSummary |
CollectionSummary.withName(String name)
The name of a CIDR collection.
|
CollectionSummary |
CollectionSummary.withVersion(Long version)
A sequential counter that RouteĀ 53 sets to 1 when you create a CIDR collection and increments by 1 each time you
update settings for the CIDR collection.
|
| Modifier and Type | Method and Description |
|---|---|
List<CollectionSummary> |
ListCidrCollectionsResult.getCidrCollections()
A complex type with information about the CIDR collection.
|
| Modifier and Type | Method and Description |
|---|---|
ListCidrCollectionsResult |
ListCidrCollectionsResult.withCidrCollections(CollectionSummary... cidrCollections)
A complex type with information about the CIDR collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCidrCollectionsResult.setCidrCollections(Collection<CollectionSummary> cidrCollections)
A complex type with information about the CIDR collection.
|
ListCidrCollectionsResult |
ListCidrCollectionsResult.withCidrCollections(Collection<CollectionSummary> cidrCollections)
A complex type with information about the CIDR collection.
|
Copyright © 2024. All rights reserved.