Uses of Class
com.amazonaws.services.cloudtrail.model.LookupAttribute
Packages that use LookupAttribute
-
Uses of LookupAttribute in com.amazonaws.services.cloudtrail.model
Methods in com.amazonaws.services.cloudtrail.model that return LookupAttributeModifier and TypeMethodDescriptionLookupAttribute.clone()
LookupAttribute.withAttributeKey
(LookupAttributeKey attributeKey) Specifies an attribute on which to filter the events returned.LookupAttribute.withAttributeKey
(String attributeKey) Specifies an attribute on which to filter the events returned.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 LookupAttributeModifier and TypeMethodDescriptionLookupEventsRequest.getLookupAttributes()
Contains a list of lookup attributes.Methods in com.amazonaws.services.cloudtrail.model with parameters of type LookupAttributeModifier and TypeMethodDescriptionLookupEventsRequest.withLookupAttributes
(LookupAttribute... lookupAttributes) Contains a list of lookup attributes.Method parameters in com.amazonaws.services.cloudtrail.model with type arguments of type LookupAttributeModifier and TypeMethodDescriptionvoid
LookupEventsRequest.setLookupAttributes
(Collection<LookupAttribute> lookupAttributes) Contains a list of lookup attributes.LookupEventsRequest.withLookupAttributes
(Collection<LookupAttribute> lookupAttributes) Contains a list of lookup attributes.