Package | Description |
---|---|
com.amazonaws.services.cloudtrail.model |
Modifier and Type | Method and Description |
---|---|
static LookupAttributeKey |
LookupAttributeKey.fromValue(String value)
Use this in place of valueOf.
|
static LookupAttributeKey |
LookupAttributeKey.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.
|
Modifier and Type | Method and Description |
---|---|
void |
LookupAttribute.setAttributeKey(LookupAttributeKey attributeKey)
Specifies an attribute on which to filter the events returned.
|
LookupAttribute |
LookupAttribute.withAttributeKey(LookupAttributeKey attributeKey)
Specifies an attribute on which to filter the events returned.
|
Copyright © 2018. All rights reserved.