Uses of Class
software.amazon.awssdk.services.cloudtrail.model.LookupAttributeKey
-
Packages that use LookupAttributeKey Package Description software.amazon.awssdk.services.cloudtrail.model -
-
Uses of LookupAttributeKey in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return LookupAttributeKey Modifier and Type Method Description LookupAttributeKeyLookupAttribute. attributeKey()Specifies an attribute on which to filter the events returned.static LookupAttributeKeyLookupAttributeKey. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type LookupAttributeKey Modifier and Type Method Description static Set<LookupAttributeKey>LookupAttributeKey. knownValues()Methods in software.amazon.awssdk.services.cloudtrail.model with parameters of type LookupAttributeKey Modifier and Type Method Description LookupAttribute.BuilderLookupAttribute.Builder. attributeKey(LookupAttributeKey attributeKey)Specifies an attribute on which to filter the events returned.
-