Enum Route53Actions

    • Enum Constant Detail

      • AllRoute53Actions

        public static final Route53Actions AllRoute53Actions
        Represents any action executed on Route 53.
      • AssociateVPCWithHostedZone

        public static final Route53Actions AssociateVPCWithHostedZone
        Action for the AssociateVPCWithHostedZone operation.
      • ChangeResourceRecordSets

        public static final Route53Actions ChangeResourceRecordSets
        Action for the ChangeResourceRecordSets operation.
      • ChangeTagsForResource

        public static final Route53Actions ChangeTagsForResource
        Action for the ChangeTagsForResource operation.
      • CreateHealthCheck

        public static final Route53Actions CreateHealthCheck
        Action for the CreateHealthCheck operation.
      • CreateHostedZone

        public static final Route53Actions CreateHostedZone
        Action for the CreateHostedZone operation.
      • CreateReusableDelegationSet

        public static final Route53Actions CreateReusableDelegationSet
        Action for the CreateReusableDelegationSet operation.
      • CreateTrafficPolicy

        public static final Route53Actions CreateTrafficPolicy
        Action for the CreateTrafficPolicy operation.
      • CreateTrafficPolicyInstance

        public static final Route53Actions CreateTrafficPolicyInstance
        Action for the CreateTrafficPolicyInstance operation.
      • CreateTrafficPolicyVersion

        public static final Route53Actions CreateTrafficPolicyVersion
        Action for the CreateTrafficPolicyVersion operation.
      • DeleteHealthCheck

        public static final Route53Actions DeleteHealthCheck
        Action for the DeleteHealthCheck operation.
      • DeleteHostedZone

        public static final Route53Actions DeleteHostedZone
        Action for the DeleteHostedZone operation.
      • DeleteReusableDelegationSet

        public static final Route53Actions DeleteReusableDelegationSet
        Action for the DeleteReusableDelegationSet operation.
      • DeleteTrafficPolicy

        public static final Route53Actions DeleteTrafficPolicy
        Action for the DeleteTrafficPolicy operation.
      • DeleteTrafficPolicyInstance

        public static final Route53Actions DeleteTrafficPolicyInstance
        Action for the DeleteTrafficPolicyInstance operation.
      • DisassociateVPCFromHostedZone

        public static final Route53Actions DisassociateVPCFromHostedZone
        Action for the DisassociateVPCFromHostedZone operation.
      • GetChange

        public static final Route53Actions GetChange
        Action for the GetChange operation.
      • GetChangeDetails

        public static final Route53Actions GetChangeDetails
        Action for the GetChangeDetails operation.
      • GetCheckerIpRanges

        public static final Route53Actions GetCheckerIpRanges
        Action for the GetCheckerIpRanges operation.
      • GetGeoLocation

        public static final Route53Actions GetGeoLocation
        Action for the GetGeoLocation operation.
      • GetHealthCheck

        public static final Route53Actions GetHealthCheck
        Action for the GetHealthCheck operation.
      • GetHealthCheckCount

        public static final Route53Actions GetHealthCheckCount
        Action for the GetHealthCheckCount operation.
      • GetHealthCheckLastFailureReason

        public static final Route53Actions GetHealthCheckLastFailureReason
        Action for the GetHealthCheckLastFailureReason operation.
      • GetHealthCheckStatus

        public static final Route53Actions GetHealthCheckStatus
        Action for the GetHealthCheckStatus operation.
      • GetHostedZone

        public static final Route53Actions GetHostedZone
        Action for the GetHostedZone operation.
      • GetHostedZoneCount

        public static final Route53Actions GetHostedZoneCount
        Action for the GetHostedZoneCount operation.
      • GetReusableDelegationSet

        public static final Route53Actions GetReusableDelegationSet
        Action for the GetReusableDelegationSet operation.
      • GetTrafficPolicy

        public static final Route53Actions GetTrafficPolicy
        Action for the GetTrafficPolicy operation.
      • GetTrafficPolicyInstance

        public static final Route53Actions GetTrafficPolicyInstance
        Action for the GetTrafficPolicyInstance operation.
      • GetTrafficPolicyInstanceCount

        public static final Route53Actions GetTrafficPolicyInstanceCount
        Action for the GetTrafficPolicyInstanceCount operation.
      • ListChangeBatchesByHostedZone

        public static final Route53Actions ListChangeBatchesByHostedZone
        Action for the ListChangeBatchesByHostedZone operation.
      • ListChangeBatchesByRRSet

        public static final Route53Actions ListChangeBatchesByRRSet
        Action for the ListChangeBatchesByRRSet operation.
      • ListGeoLocations

        public static final Route53Actions ListGeoLocations
        Action for the ListGeoLocations operation.
      • ListHealthChecks

        public static final Route53Actions ListHealthChecks
        Action for the ListHealthChecks operation.
      • ListHostedZones

        public static final Route53Actions ListHostedZones
        Action for the ListHostedZones operation.
      • ListHostedZonesByName

        public static final Route53Actions ListHostedZonesByName
        Action for the ListHostedZonesByName operation.
      • ListResourceRecordSets

        public static final Route53Actions ListResourceRecordSets
        Action for the ListResourceRecordSets operation.
      • ListReusableDelegationSets

        public static final Route53Actions ListReusableDelegationSets
        Action for the ListReusableDelegationSets operation.
      • ListTagsForResource

        public static final Route53Actions ListTagsForResource
        Action for the ListTagsForResource operation.
      • ListTagsForResources

        public static final Route53Actions ListTagsForResources
        Action for the ListTagsForResources operation.
      • ListTrafficPolicies

        public static final Route53Actions ListTrafficPolicies
        Action for the ListTrafficPolicies operation.
      • ListTrafficPolicyInstances

        public static final Route53Actions ListTrafficPolicyInstances
        Action for the ListTrafficPolicyInstances operation.
      • ListTrafficPolicyInstancesByHostedZone

        public static final Route53Actions ListTrafficPolicyInstancesByHostedZone
        Action for the ListTrafficPolicyInstancesByHostedZone operation.
      • ListTrafficPolicyInstancesByPolicy

        public static final Route53Actions ListTrafficPolicyInstancesByPolicy
        Action for the ListTrafficPolicyInstancesByPolicy operation.
      • ListTrafficPolicyVersions

        public static final Route53Actions ListTrafficPolicyVersions
        Action for the ListTrafficPolicyVersions operation.
      • UpdateHealthCheck

        public static final Route53Actions UpdateHealthCheck
        Action for the UpdateHealthCheck operation.
      • UpdateHostedZoneComment

        public static final Route53Actions UpdateHostedZoneComment
        Action for the UpdateHostedZoneComment operation.
      • UpdateTrafficPolicyComment

        public static final Route53Actions UpdateTrafficPolicyComment
        Action for the UpdateTrafficPolicyComment operation.
      • UpdateTrafficPolicyInstance

        public static final Route53Actions UpdateTrafficPolicyInstance
        Action for the UpdateTrafficPolicyInstance operation.
    • Method Detail

      • values

        public static Route53Actions[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (Route53Actions c : Route53Actions.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Route53Actions valueOf​(String name)
        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 name
        NullPointerException - if the argument is null
      • getActionName

        public String 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 interface Action
        Returns:
        The name of this action.