@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum CloudFrontActions extends Enum<CloudFrontActions> implements Action
Enum Constant and Description |
---|
AllCloudFrontActions
Represents any action executed on CloudFront.
|
CreateCloudFrontOriginAccessIdentity
Action for the CreateCloudFrontOriginAccessIdentity operation.
|
CreateDistribution
Action for the CreateDistribution operation.
|
CreateDistributionWithTags
Action for the CreateDistributionWithTags operation.
|
CreateInvalidation
Action for the CreateInvalidation operation.
|
CreateStreamingDistribution
Action for the CreateStreamingDistribution operation.
|
CreateStreamingDistributionWithTags
Action for the CreateStreamingDistributionWithTags operation.
|
DeleteCloudFrontOriginAccessIdentity
Action for the DeleteCloudFrontOriginAccessIdentity operation.
|
DeleteDistribution
Action for the DeleteDistribution operation.
|
DeleteServiceLinkedRole
Action for the DeleteServiceLinkedRole operation.
|
DeleteStreamingDistribution
Action for the DeleteStreamingDistribution operation.
|
GetCloudFrontOriginAccessIdentity
Action for the GetCloudFrontOriginAccessIdentity operation.
|
GetCloudFrontOriginAccessIdentityConfig
Action for the GetCloudFrontOriginAccessIdentityConfig operation.
|
GetDistribution
Action for the GetDistribution operation.
|
GetDistributionConfig
Action for the GetDistributionConfig operation.
|
GetInvalidation
Action for the GetInvalidation operation.
|
GetStreamingDistribution
Action for the GetStreamingDistribution operation.
|
GetStreamingDistributionConfig
Action for the GetStreamingDistributionConfig operation.
|
ListCloudFrontOriginAccessIdentities
Action for the ListCloudFrontOriginAccessIdentities operation.
|
ListDistributions
Action for the ListDistributions operation.
|
ListDistributionsByWebACLId
Action for the ListDistributionsByWebACLId operation.
|
ListInvalidations
Action for the ListInvalidations operation.
|
ListStreamingDistributions
Action for the ListStreamingDistributions operation.
|
ListTagsForResource
Action for the ListTagsForResource operation.
|
TagResource
Action for the TagResource operation.
|
UntagResource
Action for the UntagResource operation.
|
UpdateCloudFrontOriginAccessIdentity
Action for the UpdateCloudFrontOriginAccessIdentity operation.
|
UpdateDistribution
Action for the UpdateDistribution operation.
|
UpdateStreamingDistribution
Action for the UpdateStreamingDistribution operation.
|
Modifier and Type | Method and Description |
---|---|
String |
getActionName()
Returns the name of this action.
|
static CloudFrontActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudFrontActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CloudFrontActions AllCloudFrontActions
public static final CloudFrontActions CreateCloudFrontOriginAccessIdentity
public static final CloudFrontActions CreateDistribution
public static final CloudFrontActions CreateDistributionWithTags
public static final CloudFrontActions CreateInvalidation
public static final CloudFrontActions CreateStreamingDistribution
public static final CloudFrontActions CreateStreamingDistributionWithTags
public static final CloudFrontActions DeleteCloudFrontOriginAccessIdentity
public static final CloudFrontActions DeleteDistribution
public static final CloudFrontActions DeleteServiceLinkedRole
public static final CloudFrontActions DeleteStreamingDistribution
public static final CloudFrontActions GetCloudFrontOriginAccessIdentity
public static final CloudFrontActions GetCloudFrontOriginAccessIdentityConfig
public static final CloudFrontActions GetDistribution
public static final CloudFrontActions GetDistributionConfig
public static final CloudFrontActions GetInvalidation
public static final CloudFrontActions GetStreamingDistribution
public static final CloudFrontActions GetStreamingDistributionConfig
public static final CloudFrontActions ListCloudFrontOriginAccessIdentities
public static final CloudFrontActions ListDistributions
public static final CloudFrontActions ListDistributionsByWebACLId
public static final CloudFrontActions ListInvalidations
public static final CloudFrontActions ListStreamingDistributions
public static final CloudFrontActions ListTagsForResource
public static final CloudFrontActions TagResource
public static final CloudFrontActions UntagResource
public static final CloudFrontActions UpdateCloudFrontOriginAccessIdentity
public static final CloudFrontActions UpdateDistribution
public static final CloudFrontActions UpdateStreamingDistribution
public static CloudFrontActions[] values()
for (CloudFrontActions c : CloudFrontActions.values()) System.out.println(c);
public static CloudFrontActions 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 © 2013 Amazon Web Services, Inc. All Rights Reserved.