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 LookupAttributeKey
LookupAttributeKey. fromValue(String value)
Use this in place of valueOf.static LookupAttributeKey
LookupAttributeKey. 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 void
LookupAttribute. setAttributeKey(LookupAttributeKey attributeKey)
Specifies an attribute on which to filter the events returned.LookupAttribute
LookupAttribute. withAttributeKey(LookupAttributeKey attributeKey)
Specifies an attribute on which to filter the events returned.
-