Uses of Enum
com.amazonaws.services.cloudtrail.model.LookupAttributeKey
Packages that use LookupAttributeKey
-
Uses of LookupAttributeKey in com.amazonaws.services.cloudtrail.model
Methods in com.amazonaws.services.cloudtrail.model that return LookupAttributeKeyModifier and TypeMethodDescriptionstatic LookupAttributeKey
Use this in place of valueOf.static LookupAttributeKey
Returns the enum constant of this type with the specified name.static LookupAttributeKey[]
LookupAttributeKey.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.cloudtrail.model with parameters of type LookupAttributeKeyModifier and TypeMethodDescriptionvoid
LookupAttribute.setAttributeKey
(LookupAttributeKey attributeKey) Specifies an attribute on which to filter the events returned.LookupAttribute.withAttributeKey
(LookupAttributeKey attributeKey) Specifies an attribute on which to filter the events returned.