Uses of Interface
software.amazon.awssdk.services.codecatalyst.model.EventPayload.Builder
-
Packages that use EventPayload.Builder Package Description software.amazon.awssdk.services.codecatalyst.model -
-
Uses of EventPayload.Builder in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return EventPayload.Builder Modifier and Type Method Description static EventPayload.BuilderEventPayload. builder()EventPayload.BuilderEventPayload.Builder. contentType(String contentType)The type of content in the event payload.EventPayload.BuilderEventPayload.Builder. data(String data)The data included in the event payload.EventPayload.BuilderEventPayload. toBuilder()Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type EventPayload.Builder Modifier and Type Method Description static Class<? extends EventPayload.Builder>EventPayload. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codecatalyst.model with type arguments of type EventPayload.Builder Modifier and Type Method Description default EventLogEntry.BuilderEventLogEntry.Builder. requestPayload(Consumer<EventPayload.Builder> requestPayload)Information about the payload of the request.default EventLogEntry.BuilderEventLogEntry.Builder. responsePayload(Consumer<EventPayload.Builder> responsePayload)Information about the payload of the response, if any.
-