Package | Description |
---|---|
com.amazonaws.services.logs.model | |
com.amazonaws.services.logs.model.transform |
Modifier and Type | Field and Description |
---|---|
private RejectedLogEventsInfo |
PutLogEventsResult.rejectedLogEventsInfo |
Modifier and Type | Method and Description |
---|---|
RejectedLogEventsInfo |
RejectedLogEventsInfo.clone() |
RejectedLogEventsInfo |
PutLogEventsResult.getRejectedLogEventsInfo() |
RejectedLogEventsInfo |
RejectedLogEventsInfo.withExpiredLogEventEndIndex(java.lang.Integer expiredLogEventEndIndex) |
RejectedLogEventsInfo |
RejectedLogEventsInfo.withTooNewLogEventStartIndex(java.lang.Integer tooNewLogEventStartIndex) |
RejectedLogEventsInfo |
RejectedLogEventsInfo.withTooOldLogEventEndIndex(java.lang.Integer tooOldLogEventEndIndex) |
Modifier and Type | Method and Description |
---|---|
void |
PutLogEventsResult.setRejectedLogEventsInfo(RejectedLogEventsInfo rejectedLogEventsInfo) |
PutLogEventsResult |
PutLogEventsResult.withRejectedLogEventsInfo(RejectedLogEventsInfo rejectedLogEventsInfo) |
Modifier and Type | Method and Description |
---|---|
RejectedLogEventsInfo |
RejectedLogEventsInfoJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RejectedLogEventsInfoJsonMarshaller.marshall(RejectedLogEventsInfo rejectedLogEventsInfo,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|