Package | Description |
---|---|
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
static ChangeAction |
ChangeAction.fromValue(String value)
Use this in place of valueOf.
|
static ChangeAction |
ChangeAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeAction[] |
ChangeAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Change.setAction(ChangeAction action)
The action to perform:
|
Change |
Change.withAction(ChangeAction action)
The action to perform:
|
Constructor and Description |
---|
Change(ChangeAction action,
ResourceRecordSet resourceRecordSet)
Constructs a new Change object.
|
Copyright © 2018. All rights reserved.