Uses of Class
software.amazon.awssdk.services.codecatalyst.model.EventPayload
-
Packages that use EventPayload Package Description software.amazon.awssdk.services.codecatalyst.model -
-
Uses of EventPayload in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return EventPayload Modifier and Type Method Description EventPayloadEventLogEntry. requestPayload()Information about the payload of the request.EventPayloadEventLogEntry. responsePayload()Information about the payload of the response, if any.Methods in software.amazon.awssdk.services.codecatalyst.model with parameters of type EventPayload Modifier and Type Method Description EventLogEntry.BuilderEventLogEntry.Builder. requestPayload(EventPayload requestPayload)Information about the payload of the request.EventLogEntry.BuilderEventLogEntry.Builder. responsePayload(EventPayload responsePayload)Information about the payload of the response, if any.
-