Enum DiscoveryActions
- All Implemented Interfaces:
Action
,Serializable
,Comparable<DiscoveryActions>
,java.lang.constant.Constable
The available AWS access control policy actions for AWS Application Discovery
Service.
-
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 AWS Application Discovery Service.Action for the CreateTags operation.Action for the DeleteTags operation.Action for the DescribeAgents operation.Action for the DescribeConfigurations operation.Action for the DescribeExportConfigurations operation.Action for the DescribeTags operation.Action for the ExportConfigurations operation.Action for the ListConfigurations operation.Action for the StartDataCollectionByAgentIds operation.Action for the StopDataCollectionByAgentIds operation. -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of this action.static DiscoveryActions
Returns the enum constant of this type with the specified name.static DiscoveryActions[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
AllDiscoveryActions
Represents any action executed on AWS Application Discovery Service. -
CreateTags
Action for the CreateTags operation. -
DeleteTags
Action for the DeleteTags operation. -
DescribeAgents
Action for the DescribeAgents operation. -
DescribeConfigurations
Action for the DescribeConfigurations operation. -
DescribeExportConfigurations
Action for the DescribeExportConfigurations operation. -
DescribeTags
Action for the DescribeTags operation. -
ExportConfigurations
Action for the ExportConfigurations operation. -
ListConfigurations
Action for the ListConfigurations operation. -
StartDataCollectionByAgentIds
Action for the StartDataCollectionByAgentIds operation. -
StopDataCollectionByAgentIds
Action for the StopDataCollectionByAgentIds 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.
-