Serializable
, Comparable<Route53Actions>
, Action
@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public enum Route53Actions extends Enum<Route53Actions> implements Action
Enum Constant | Description |
---|---|
AllRoute53Actions |
Represents any action executed on Route 53.
|
AssociateVPCWithHostedZone |
Action for the AssociateVPCWithHostedZone operation.
|
ChangeResourceRecordSets |
Action for the ChangeResourceRecordSets operation.
|
ChangeTagsForResource |
Action for the ChangeTagsForResource operation.
|
CreateHealthCheck |
Action for the CreateHealthCheck operation.
|
CreateHostedZone |
Action for the CreateHostedZone operation.
|
CreateReusableDelegationSet |
Action for the CreateReusableDelegationSet operation.
|
CreateTrafficPolicy |
Action for the CreateTrafficPolicy operation.
|
CreateTrafficPolicyInstance |
Action for the CreateTrafficPolicyInstance operation.
|
CreateTrafficPolicyVersion |
Action for the CreateTrafficPolicyVersion operation.
|
CreateVPCAssociationAuthorization |
Action for the CreateVPCAssociationAuthorization operation.
|
DeleteHealthCheck |
Action for the DeleteHealthCheck operation.
|
DeleteHostedZone |
Action for the DeleteHostedZone operation.
|
DeleteReusableDelegationSet |
Action for the DeleteReusableDelegationSet operation.
|
DeleteTrafficPolicy |
Action for the DeleteTrafficPolicy operation.
|
DeleteTrafficPolicyInstance |
Action for the DeleteTrafficPolicyInstance operation.
|
DeleteVPCAssociationAuthorization |
Action for the DeleteVPCAssociationAuthorization operation.
|
DisassociateVPCFromHostedZone |
Action for the DisassociateVPCFromHostedZone operation.
|
GetChange |
Action for the GetChange operation.
|
GetCheckerIpRanges |
Action for the GetCheckerIpRanges operation.
|
GetGeoLocation |
Action for the GetGeoLocation operation.
|
GetHealthCheck |
Action for the GetHealthCheck operation.
|
GetHealthCheckCount |
Action for the GetHealthCheckCount operation.
|
GetHealthCheckLastFailureReason |
Action for the GetHealthCheckLastFailureReason operation.
|
GetHealthCheckStatus |
Action for the GetHealthCheckStatus operation.
|
GetHostedZone |
Action for the GetHostedZone operation.
|
GetHostedZoneCount |
Action for the GetHostedZoneCount operation.
|
GetReusableDelegationSet |
Action for the GetReusableDelegationSet operation.
|
GetTrafficPolicy |
Action for the GetTrafficPolicy operation.
|
GetTrafficPolicyInstance |
Action for the GetTrafficPolicyInstance operation.
|
GetTrafficPolicyInstanceCount |
Action for the GetTrafficPolicyInstanceCount operation.
|
ListGeoLocations |
Action for the ListGeoLocations operation.
|
ListHealthChecks |
Action for the ListHealthChecks operation.
|
ListHostedZones |
Action for the ListHostedZones operation.
|
ListHostedZonesByName |
Action for the ListHostedZonesByName operation.
|
ListResourceRecordSets |
Action for the ListResourceRecordSets operation.
|
ListReusableDelegationSets |
Action for the ListReusableDelegationSets operation.
|
ListTagsForResource |
Action for the ListTagsForResource operation.
|
ListTagsForResources |
Action for the ListTagsForResources operation.
|
ListTrafficPolicies |
Action for the ListTrafficPolicies operation.
|
ListTrafficPolicyInstances |
Action for the ListTrafficPolicyInstances operation.
|
ListTrafficPolicyInstancesByHostedZone |
Action for the ListTrafficPolicyInstancesByHostedZone operation.
|
ListTrafficPolicyInstancesByPolicy |
Action for the ListTrafficPolicyInstancesByPolicy operation.
|
ListTrafficPolicyVersions |
Action for the ListTrafficPolicyVersions operation.
|
ListVPCAssociationAuthorizations |
Action for the ListVPCAssociationAuthorizations operation.
|
TestDNSAnswer |
Action for the TestDNSAnswer operation.
|
UpdateHealthCheck |
Action for the UpdateHealthCheck operation.
|
UpdateHostedZoneComment |
Action for the UpdateHostedZoneComment operation.
|
UpdateTrafficPolicyComment |
Action for the UpdateTrafficPolicyComment operation.
|
UpdateTrafficPolicyInstance |
Action for the UpdateTrafficPolicyInstance operation.
|
Modifier and Type | Method | Description |
---|---|---|
String |
getActionName() |
Returns the name of this action.
|
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 AssociateVPCWithHostedZone
public static final Route53Actions ChangeResourceRecordSets
public static final Route53Actions ChangeTagsForResource
public static final Route53Actions CreateHealthCheck
public static final Route53Actions CreateHostedZone
public static final Route53Actions CreateReusableDelegationSet
public static final Route53Actions CreateTrafficPolicy
public static final Route53Actions CreateTrafficPolicyInstance
public static final Route53Actions CreateTrafficPolicyVersion
public static final Route53Actions CreateVPCAssociationAuthorization
public static final Route53Actions DeleteHealthCheck
public static final Route53Actions DeleteHostedZone
public static final Route53Actions DeleteReusableDelegationSet
public static final Route53Actions DeleteTrafficPolicy
public static final Route53Actions DeleteTrafficPolicyInstance
public static final Route53Actions DeleteVPCAssociationAuthorization
public static final Route53Actions DisassociateVPCFromHostedZone
public static final Route53Actions GetChange
public static final Route53Actions GetCheckerIpRanges
public static final Route53Actions GetGeoLocation
public static final Route53Actions GetHealthCheck
public static final Route53Actions GetHealthCheckCount
public static final Route53Actions GetHealthCheckLastFailureReason
public static final Route53Actions GetHealthCheckStatus
public static final Route53Actions GetHostedZone
public static final Route53Actions GetHostedZoneCount
public static final Route53Actions GetReusableDelegationSet
public static final Route53Actions GetTrafficPolicy
public static final Route53Actions GetTrafficPolicyInstance
public static final Route53Actions GetTrafficPolicyInstanceCount
public static final Route53Actions ListGeoLocations
public static final Route53Actions ListHealthChecks
public static final Route53Actions ListHostedZones
public static final Route53Actions ListHostedZonesByName
public static final Route53Actions ListResourceRecordSets
public static final Route53Actions ListReusableDelegationSets
public static final Route53Actions ListTagsForResource
public static final Route53Actions ListTagsForResources
public static final Route53Actions ListTrafficPolicies
public static final Route53Actions ListTrafficPolicyInstances
public static final Route53Actions ListTrafficPolicyInstancesByHostedZone
public static final Route53Actions ListTrafficPolicyInstancesByPolicy
public static final Route53Actions ListTrafficPolicyVersions
public static final Route53Actions ListVPCAssociationAuthorizations
public static final Route53Actions TestDNSAnswer
public static final Route53Actions UpdateHealthCheck
public static final Route53Actions UpdateHostedZoneComment
public static final Route53Actions UpdateTrafficPolicyComment
public static final Route53Actions UpdateTrafficPolicyInstance
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()
Action
getActionName
in interface Action
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.