Package | Description |
---|---|
com.amazonaws.services.route53.model | |
com.amazonaws.services.route53.model.transform |
Modifier and Type | Field and Description |
---|---|
private ChangeBatch |
ChangeResourceRecordSetsRequest.changeBatch
A complex type that contains an optional comment and the
Changes element. |
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(java.util.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(java.lang.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(java.lang.String hostedZoneId,
ChangeBatch changeBatch)
Constructs a new ChangeResourceRecordSetsRequest object.
|
Modifier and Type | Method and Description |
---|---|
ChangeBatch |
ChangeBatchStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |