| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
CidrCollectionChange |
CidrCollectionChange.clone() |
CidrCollectionChange |
CidrCollectionChange.withAction(CidrCollectionChangeAction action)
CIDR collection change action.
|
CidrCollectionChange |
CidrCollectionChange.withAction(String action)
CIDR collection change action.
|
CidrCollectionChange |
CidrCollectionChange.withCidrList(Collection<String> cidrList)
List of CIDR blocks.
|
CidrCollectionChange |
CidrCollectionChange.withCidrList(String... cidrList)
List of CIDR blocks.
|
CidrCollectionChange |
CidrCollectionChange.withLocationName(String locationName)
Name of the location that is associated with the CIDR collection.
|
| Modifier and Type | Method and Description |
|---|---|
List<CidrCollectionChange> |
ChangeCidrCollectionRequest.getChanges()
Information about changes to a CIDR collection.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeCidrCollectionRequest |
ChangeCidrCollectionRequest.withChanges(CidrCollectionChange... changes)
Information about changes to a CIDR collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeCidrCollectionRequest.setChanges(Collection<CidrCollectionChange> changes)
Information about changes to a CIDR collection.
|
ChangeCidrCollectionRequest |
ChangeCidrCollectionRequest.withChanges(Collection<CidrCollectionChange> changes)
Information about changes to a CIDR collection.
|
Copyright © 2023. All rights reserved.