Class ActionNameTrait
- java.lang.Object
-
- software.amazon.smithy.model.traits.AbstractTrait
-
- software.amazon.smithy.model.traits.StringTrait
-
- software.amazon.smithy.aws.iam.traits.ActionNameTrait
-
- All Implemented Interfaces:
FromSourceLocation
,ToNode
,ToShapeId
,Trait
@Deprecated public final class ActionNameTrait extends StringTrait
Deprecated.As of release 1.44.0, replaced byIamActionTrait.resolveActionName(software.amazon.smithy.model.shapes.OperationShape)
.Use the@iamAction
trait'sname
property instead.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ActionNameTrait.Provider
Deprecated.
-
Constructor Summary
Constructors Constructor Description ActionNameTrait(java.lang.String action)
Deprecated.ActionNameTrait(java.lang.String action, FromSourceLocation sourceLocation)
Deprecated.
-
Method Summary
-
Methods inherited from class software.amazon.smithy.model.traits.StringTrait
createNode, getValue
-
Methods inherited from class software.amazon.smithy.model.traits.AbstractTrait
equals, getSourceLocation, hashCode, setNodeCache, toNode, toShapeId, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.smithy.model.traits.Trait
isSynthetic
-
-
-
-
Field Detail
-
ID
public static final ShapeId ID
Deprecated.
-
-
Constructor Detail
-
ActionNameTrait
public ActionNameTrait(java.lang.String action)
Deprecated.
-
ActionNameTrait
public ActionNameTrait(java.lang.String action, FromSourceLocation sourceLocation)
Deprecated.
-
-