public enum Route53Actions extends Enum<Route53Actions> implements Action
Enum Constant and Description |
---|
AllRoute53Actions
Represents any action executed on Amazon Route 53.
|
ChangeResourceRecordSets
Action for the ChangeResourceRecordSets operation.
|
CreateHostedZone
Action for the CreateHostedZone operation.
|
DeleteHostedZone
Action for the DeleteHostedZone operation.
|
GetChange
Action for the GetChange operation.
|
GetHostedZone
Action for the GetHostedZone operation.
|
ListHostedZones
Action for the ListHostedZones operation.
|
ListResourceRecordSets
Action for the ListResourceRecordSets operation.
|
Modifier and Type | Method and Description |
---|---|
String |
getActionName() |
static Route53Actions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Route53Actions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Route53Actions AllRoute53Actions
public static final Route53Actions ChangeResourceRecordSets
public static final Route53Actions CreateHostedZone
public static final Route53Actions DeleteHostedZone
public static final Route53Actions GetChange
public static final Route53Actions GetHostedZone
public static final Route53Actions ListHostedZones
public static final Route53Actions ListResourceRecordSets
public static Route53Actions[] values()
for (Route53Actions c : Route53Actions.values()) System.out.println(c);
public static Route53Actions valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getActionName()
getActionName
in interface Action
Copyright © 2015. All rights reserved.