Uses of Class
com.amazonaws.services.cloudtrail.model.LookupAttributeKey
-
Packages that use LookupAttributeKey Package Description com.amazonaws.services.cloudtrail.model -
-
Uses of LookupAttributeKey in com.amazonaws.services.cloudtrail.model
Methods in com.amazonaws.services.cloudtrail.model that return LookupAttributeKey Modifier and Type Method Description static LookupAttributeKeyLookupAttributeKey. fromValue(String value)Use this in place of valueOf.static LookupAttributeKeyLookupAttributeKey. valueOf(String name)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 LookupAttributeKey Modifier and Type Method Description voidLookupAttribute. setAttributeKey(LookupAttributeKey attributeKey)Specifies an attribute on which to filter the events returned.LookupAttributeLookupAttribute. withAttributeKey(LookupAttributeKey attributeKey)Specifies an attribute on which to filter the events returned.
-