Uses of Class
software.amazon.awssdk.services.cloudtrail.model.LookupAttribute
-
Packages that use LookupAttribute Package Description software.amazon.awssdk.services.cloudtrail.model -
-
Uses of LookupAttribute in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type LookupAttribute Modifier and Type Method Description List<LookupAttribute>LookupEventsRequest. lookupAttributes()Contains a list of lookup attributes.Methods in software.amazon.awssdk.services.cloudtrail.model with parameters of type LookupAttribute Modifier and Type Method Description LookupEventsRequest.BuilderLookupEventsRequest.Builder. lookupAttributes(LookupAttribute... lookupAttributes)Contains a list of lookup attributes.Method parameters in software.amazon.awssdk.services.cloudtrail.model with type arguments of type LookupAttribute Modifier and Type Method Description LookupEventsRequest.BuilderLookupEventsRequest.Builder. lookupAttributes(Collection<LookupAttribute> lookupAttributes)Contains a list of lookup attributes.
-