Uses of Class
software.amazon.awssdk.services.pinpoint.model.PutEventStreamRequest
-
Packages that use PutEventStreamRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of PutEventStreamRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type PutEventStreamRequest Modifier and Type Method Description default CompletableFuture<PutEventStreamResponse>PinpointAsyncClient. putEventStream(PutEventStreamRequest putEventStreamRequest)Creates a new event stream for an application or updates the settings of an existing event stream for an application.default PutEventStreamResponsePinpointClient. putEventStream(PutEventStreamRequest putEventStreamRequest)Creates a new event stream for an application or updates the settings of an existing event stream for an application. -
Uses of PutEventStreamRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type PutEventStreamRequest Modifier and Type Method Description SdkHttpFullRequestPutEventStreamRequestMarshaller. marshall(PutEventStreamRequest putEventStreamRequest)
-