Enum Route53Actions
- All Implemented Interfaces:
Action
,Serializable
,Comparable<Route53Actions>
,java.lang.constant.Constable
The available AWS access control policy actions for Route 53.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionRepresents any action executed on Route 53.Action for the AssociateVPCWithHostedZone operation.Action for the ChangeResourceRecordSets operation.Action for the ChangeTagsForResource operation.Action for the CreateHealthCheck operation.Action for the CreateHostedZone operation.Action for the CreateReusableDelegationSet operation.Action for the CreateTrafficPolicy operation.Action for the CreateTrafficPolicyInstance operation.Action for the CreateTrafficPolicyVersion operation.Action for the DeleteHealthCheck operation.Action for the DeleteHostedZone operation.Action for the DeleteReusableDelegationSet operation.Action for the DeleteTrafficPolicy operation.Action for the DeleteTrafficPolicyInstance operation.Action for the DisassociateVPCFromHostedZone operation.Action for the GetChange operation.Action for the GetChangeDetails operation.Action for the GetCheckerIpRanges operation.Action for the GetGeoLocation operation.Action for the GetHealthCheck operation.Action for the GetHealthCheckCount operation.Action for the GetHealthCheckLastFailureReason operation.Action for the GetHealthCheckStatus operation.Action for the GetHostedZone operation.Action for the GetHostedZoneCount operation.Action for the GetReusableDelegationSet operation.Action for the GetTrafficPolicy operation.Action for the GetTrafficPolicyInstance operation.Action for the GetTrafficPolicyInstanceCount operation.Action for the ListChangeBatchesByHostedZone operation.Action for the ListChangeBatchesByRRSet operation.Action for the ListGeoLocations operation.Action for the ListHealthChecks operation.Action for the ListHostedZones operation.Action for the ListHostedZonesByName operation.Action for the ListResourceRecordSets operation.Action for the ListReusableDelegationSets operation.Action for the ListTagsForResource operation.Action for the ListTagsForResources operation.Action for the ListTrafficPolicies operation.Action for the ListTrafficPolicyInstances operation.Action for the ListTrafficPolicyInstancesByHostedZone operation.Action for the ListTrafficPolicyInstancesByPolicy operation.Action for the ListTrafficPolicyVersions operation.Action for the UpdateHealthCheck operation.Action for the UpdateHostedZoneComment operation.Action for the UpdateTrafficPolicyComment operation.Action for the UpdateTrafficPolicyInstance operation. -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of this action.static Route53Actions
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.
-
Enum Constant Details
-
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. -
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. -
DisassociateVPCFromHostedZone
Action for the DisassociateVPCFromHostedZone operation. -
GetChange
Action for the GetChange operation. -
GetChangeDetails
Action for the GetChangeDetails 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. -
ListChangeBatchesByHostedZone
Action for the ListChangeBatchesByHostedZone operation. -
ListChangeBatchesByRRSet
Action for the ListChangeBatchesByRRSet 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. -
UpdateHealthCheck
Action for the UpdateHealthCheck operation. -
UpdateHostedZoneComment
Action for the UpdateHostedZoneComment operation. -
UpdateTrafficPolicyComment
Action for the UpdateTrafficPolicyComment operation. -
UpdateTrafficPolicyInstance
Action for the UpdateTrafficPolicyInstance operation.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getActionName
Description copied from interface:Action
Returns the name of this action. For example, 'sqs:SendMessage' is the name corresponding to the SQS action that enables users to send a message to an SQS queue.- Specified by:
getActionName
in interfaceAction
- Returns:
- The name of this action.
-