Package | Description |
---|---|
com.amazonaws.services.cloudtrail.model | |
com.amazonaws.services.cloudtrail.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<LookupAttribute> |
LookupEventsRequest.lookupAttributes
Contains a list of lookup attributes.
|
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(java.lang.String attributeKey)
Specifies an attribute on which to filter the events returned.
|
LookupAttribute |
LookupAttribute.withAttributeValue(java.lang.String attributeValue)
Specifies a value for the specified AttributeKey.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<LookupAttribute> lookupAttributes)
Contains a list of lookup attributes.
|
LookupEventsRequest |
LookupEventsRequest.withLookupAttributes(java.util.Collection<LookupAttribute> lookupAttributes)
Contains a list of lookup attributes.
|
Modifier and Type | Method and Description |
---|---|
LookupAttribute |
LookupAttributeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
LookupAttributeJsonMarshaller.marshall(LookupAttribute lookupAttribute,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|