Package | Description |
---|---|
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
ChangeBatch |
ChangeBatch.clone() |
ChangeBatch |
ChangeResourceRecordSetsRequest.getChangeBatch()
A complex type that contains an optional comment and the
Changes element. |
ChangeBatch |
ChangeBatch.withChanges(Change... changes)
A complex type that contains one
Change element for each
resource record set that you want to create or delete. |
ChangeBatch |
ChangeBatch.withChanges(Collection<Change> changes)
A complex type that contains one
Change element for each
resource record set that you want to create or delete. |
ChangeBatch |
ChangeBatch.withComment(String comment)
Optional: Any comments you want to include about a change batch
request.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeResourceRecordSetsRequest.setChangeBatch(ChangeBatch changeBatch)
A complex type that contains an optional comment and the
Changes element. |
ChangeResourceRecordSetsRequest |
ChangeResourceRecordSetsRequest.withChangeBatch(ChangeBatch changeBatch)
A complex type that contains an optional comment and the
Changes element. |
Constructor and Description |
---|
ChangeResourceRecordSetsRequest(String hostedZoneId,
ChangeBatch changeBatch)
Constructs a new ChangeResourceRecordSetsRequest object.
|
Copyright © 2018. All rights reserved.