public enum ApigatewayActions extends Enum<ApigatewayActions> implements Action
| Enum Constant and Description |
|---|
AllApigatewayActions
Represents any action executed on Amazon API Gateway.
|
CreateApiKey
Action for the CreateApiKey operation.
|
CreateBasePathMapping
Action for the CreateBasePathMapping operation.
|
CreateDeployment
Action for the CreateDeployment operation.
|
CreateDomainName
Action for the CreateDomainName operation.
|
CreateModel
Action for the CreateModel operation.
|
CreateResource
Action for the CreateResource operation.
|
CreateRestApi
Action for the CreateRestApi operation.
|
CreateStage
Action for the CreateStage operation.
|
DeleteApiKey
Action for the DeleteApiKey operation.
|
DeleteBasePathMapping
Action for the DeleteBasePathMapping operation.
|
DeleteClientCertificate
Action for the DeleteClientCertificate operation.
|
DeleteDeployment
Action for the DeleteDeployment operation.
|
DeleteDomainName
Action for the DeleteDomainName operation.
|
DeleteIntegration
Action for the DeleteIntegration operation.
|
DeleteIntegrationResponse
Action for the DeleteIntegrationResponse operation.
|
DeleteMethod
Action for the DeleteMethod operation.
|
DeleteMethodResponse
Action for the DeleteMethodResponse operation.
|
DeleteModel
Action for the DeleteModel operation.
|
DeleteResource
Action for the DeleteResource operation.
|
DeleteRestApi
Action for the DeleteRestApi operation.
|
DeleteStage
Action for the DeleteStage operation.
|
FlushStageCache
Action for the FlushStageCache operation.
|
GenerateClientCertificate
Action for the GenerateClientCertificate operation.
|
GetAccount
Action for the GetAccount operation.
|
GetApiKey
Action for the GetApiKey operation.
|
GetApiKeys
Action for the GetApiKeys operation.
|
GetBasePathMapping
Action for the GetBasePathMapping operation.
|
GetBasePathMappings
Action for the GetBasePathMappings operation.
|
GetClientCertificate
Action for the GetClientCertificate operation.
|
GetClientCertificates
Action for the GetClientCertificates operation.
|
GetDeployment
Action for the GetDeployment operation.
|
GetDeployments
Action for the GetDeployments operation.
|
GetDomainName
Action for the GetDomainName operation.
|
GetDomainNames
Action for the GetDomainNames operation.
|
GetIntegration
Action for the GetIntegration operation.
|
GetIntegrationResponse
Action for the GetIntegrationResponse operation.
|
GetMethod
Action for the GetMethod operation.
|
GetMethodResponse
Action for the GetMethodResponse operation.
|
GetModel
Action for the GetModel operation.
|
GetModels
Action for the GetModels operation.
|
GetModelTemplate
Action for the GetModelTemplate operation.
|
GetResource
Action for the GetResource operation.
|
GetResources
Action for the GetResources operation.
|
GetRestApi
Action for the GetRestApi operation.
|
GetRestApis
Action for the GetRestApis operation.
|
GetSdk
Action for the GetSdk operation.
|
GetStage
Action for the GetStage operation.
|
GetStages
Action for the GetStages operation.
|
PutIntegration
Action for the PutIntegration operation.
|
PutIntegrationResponse
Action for the PutIntegrationResponse operation.
|
PutMethod
Action for the PutMethod operation.
|
PutMethodResponse
Action for the PutMethodResponse operation.
|
TestInvokeMethod
Action for the TestInvokeMethod operation.
|
UpdateAccount
Action for the UpdateAccount operation.
|
UpdateApiKey
Action for the UpdateApiKey operation.
|
UpdateBasePathMapping
Action for the UpdateBasePathMapping operation.
|
UpdateClientCertificate
Action for the UpdateClientCertificate operation.
|
UpdateDeployment
Action for the UpdateDeployment operation.
|
UpdateDomainName
Action for the UpdateDomainName operation.
|
UpdateIntegration
Action for the UpdateIntegration operation.
|
UpdateIntegrationResponse
Action for the UpdateIntegrationResponse operation.
|
UpdateMethod
Action for the UpdateMethod operation.
|
UpdateMethodResponse
Action for the UpdateMethodResponse operation.
|
UpdateModel
Action for the UpdateModel operation.
|
UpdateResource
Action for the UpdateResource operation.
|
UpdateRestApi
Action for the UpdateRestApi operation.
|
UpdateStage
Action for the UpdateStage operation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActionName() |
static ApigatewayActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApigatewayActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApigatewayActions AllApigatewayActions
public static final ApigatewayActions CreateApiKey
public static final ApigatewayActions CreateBasePathMapping
public static final ApigatewayActions CreateDeployment
public static final ApigatewayActions CreateDomainName
public static final ApigatewayActions CreateModel
public static final ApigatewayActions CreateResource
public static final ApigatewayActions CreateRestApi
public static final ApigatewayActions CreateStage
public static final ApigatewayActions DeleteApiKey
public static final ApigatewayActions DeleteBasePathMapping
public static final ApigatewayActions DeleteClientCertificate
public static final ApigatewayActions DeleteDeployment
public static final ApigatewayActions DeleteDomainName
public static final ApigatewayActions DeleteIntegration
public static final ApigatewayActions DeleteIntegrationResponse
public static final ApigatewayActions DeleteMethod
public static final ApigatewayActions DeleteMethodResponse
public static final ApigatewayActions DeleteModel
public static final ApigatewayActions DeleteResource
public static final ApigatewayActions DeleteRestApi
public static final ApigatewayActions DeleteStage
public static final ApigatewayActions FlushStageCache
public static final ApigatewayActions GenerateClientCertificate
public static final ApigatewayActions GetAccount
public static final ApigatewayActions GetApiKey
public static final ApigatewayActions GetApiKeys
public static final ApigatewayActions GetBasePathMapping
public static final ApigatewayActions GetBasePathMappings
public static final ApigatewayActions GetClientCertificate
public static final ApigatewayActions GetClientCertificates
public static final ApigatewayActions GetDeployment
public static final ApigatewayActions GetDeployments
public static final ApigatewayActions GetDomainName
public static final ApigatewayActions GetDomainNames
public static final ApigatewayActions GetIntegration
public static final ApigatewayActions GetIntegrationResponse
public static final ApigatewayActions GetMethod
public static final ApigatewayActions GetMethodResponse
public static final ApigatewayActions GetModel
public static final ApigatewayActions GetModelTemplate
public static final ApigatewayActions GetModels
public static final ApigatewayActions GetResource
public static final ApigatewayActions GetResources
public static final ApigatewayActions GetRestApi
public static final ApigatewayActions GetRestApis
public static final ApigatewayActions GetSdk
public static final ApigatewayActions GetStage
public static final ApigatewayActions GetStages
public static final ApigatewayActions PutIntegration
public static final ApigatewayActions PutIntegrationResponse
public static final ApigatewayActions PutMethod
public static final ApigatewayActions PutMethodResponse
public static final ApigatewayActions TestInvokeMethod
public static final ApigatewayActions UpdateAccount
public static final ApigatewayActions UpdateApiKey
public static final ApigatewayActions UpdateBasePathMapping
public static final ApigatewayActions UpdateClientCertificate
public static final ApigatewayActions UpdateDeployment
public static final ApigatewayActions UpdateDomainName
public static final ApigatewayActions UpdateIntegration
public static final ApigatewayActions UpdateIntegrationResponse
public static final ApigatewayActions UpdateMethod
public static final ApigatewayActions UpdateMethodResponse
public static final ApigatewayActions UpdateModel
public static final ApigatewayActions UpdateResource
public static final ApigatewayActions UpdateRestApi
public static final ApigatewayActions UpdateStage
public static ApigatewayActions[] values()
for (ApigatewayActions c : ApigatewayActions.values()) System.out.println(c);
public static ApigatewayActions 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 ActionCopyright © 2015. All rights reserved.