Package | Description |
---|---|
com.amazonaws.services.cloudtrail.model |
Modifier and Type | Method and Description |
---|---|
LookupAttribute |
LookupAttribute.clone() |
LookupAttribute |
LookupAttribute.withAttributeKey(LookupAttributeKey attributeKey)
Specifies an attribute on which to filter the events returned.
|
LookupAttribute |
LookupAttribute.withAttributeKey(String attributeKey)
Specifies an attribute on which to filter the events returned.
|
LookupAttribute |
LookupAttribute.withAttributeValue(String attributeValue)
Specifies a value for the specified AttributeKey.
|
Modifier and Type | Method and Description |
---|---|
List<LookupAttribute> |
LookupEventsRequest.getLookupAttributes()
Contains a list of lookup attributes.
|
Modifier and Type | Method and Description |
---|---|
LookupEventsRequest |
LookupEventsRequest.withLookupAttributes(LookupAttribute... lookupAttributes)
Contains a list of lookup attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
LookupEventsRequest.setLookupAttributes(Collection<LookupAttribute> lookupAttributes)
Contains a list of lookup attributes.
|
LookupEventsRequest |
LookupEventsRequest.withLookupAttributes(Collection<LookupAttribute> lookupAttributes)
Contains a list of lookup attributes.
|
Copyright © 2018. All rights reserved.