Uses of Class
com.amazonaws.services.cloudtrail.model.LookupAttribute
-
Packages that use LookupAttribute Package Description com.amazonaws.services.cloudtrail.model -
-
Uses of LookupAttribute in com.amazonaws.services.cloudtrail.model
Methods in com.amazonaws.services.cloudtrail.model that return LookupAttribute Modifier and Type Method Description LookupAttribute
LookupAttribute. clone()
LookupAttribute
LookupAttribute. withAttributeKey(LookupAttributeKey attributeKey)
Specifies an attribute on which to filter the events returned.LookupAttribute
LookupAttribute. withAttributeKey(String attributeKey)
Specifies an attribute on which to filter the events returned.LookupAttribute
LookupAttribute. withAttributeValue(String attributeValue)
Specifies a value for the specified AttributeKey.Methods in com.amazonaws.services.cloudtrail.model that return types with arguments of type LookupAttribute Modifier and Type Method Description List<LookupAttribute>
LookupEventsRequest. getLookupAttributes()
Contains a list of lookup attributes.Methods in com.amazonaws.services.cloudtrail.model with parameters of type LookupAttribute Modifier and Type Method Description LookupEventsRequest
LookupEventsRequest. withLookupAttributes(LookupAttribute... lookupAttributes)
Contains a list of lookup attributes.Method parameters in com.amazonaws.services.cloudtrail.model with type arguments of type LookupAttribute Modifier and Type Method Description void
LookupEventsRequest. setLookupAttributes(Collection<LookupAttribute> lookupAttributes)
Contains a list of lookup attributes.LookupEventsRequest
LookupEventsRequest. withLookupAttributes(Collection<LookupAttribute> lookupAttributes)
Contains a list of lookup attributes.
-