Uses of Interface
software.amazon.awssdk.services.cloudtrail.model.LookupAttribute.Builder
-
Packages that use LookupAttribute.Builder Package Description software.amazon.awssdk.services.cloudtrail.model -
-
Uses of LookupAttribute.Builder in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return LookupAttribute.Builder Modifier and Type Method Description LookupAttribute.BuilderLookupAttribute.Builder. attributeKey(String attributeKey)Specifies an attribute on which to filter the events returned.LookupAttribute.BuilderLookupAttribute.Builder. attributeKey(LookupAttributeKey attributeKey)Specifies an attribute on which to filter the events returned.LookupAttribute.BuilderLookupAttribute.Builder. attributeValue(String attributeValue)Specifies a value for the specifiedAttributeKey.static LookupAttribute.BuilderLookupAttribute. builder()LookupAttribute.BuilderLookupAttribute. toBuilder()Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type LookupAttribute.Builder Modifier and Type Method Description static Class<? extends LookupAttribute.Builder>LookupAttribute. serializableBuilderClass()
-