Package | Description |
---|---|
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
static ChangeStatus |
ChangeStatus.fromValue(String value)
Use this in place of valueOf.
|
static ChangeStatus |
ChangeStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeStatus[] |
ChangeStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeInfo.setStatus(ChangeStatus status)
The current state of the request.
|
void |
ChangeBatchRecord.setStatus(ChangeStatus status)
Deprecated.
The current state of the request.
|
ChangeInfo |
ChangeInfo.withStatus(ChangeStatus status)
The current state of the request.
|
ChangeBatchRecord |
ChangeBatchRecord.withStatus(ChangeStatus status)
Deprecated.
The current state of the request.
|
Constructor and Description |
---|
ChangeInfo(String id,
ChangeStatus status,
Date submittedAt)
Constructs a new ChangeInfo object.
|
Copyright © 2018. All rights reserved.