Uses of Class
software.amazon.awssdk.services.pinpoint.model.PutEventStreamResponse
-
Packages that use PutEventStreamResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of PutEventStreamResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return PutEventStreamResponse Modifier and Type Method Description default PutEventStreamResponsePinpointClient. putEventStream(Consumer<PutEventStreamRequest.Builder> 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.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type PutEventStreamResponse Modifier and Type Method Description default CompletableFuture<PutEventStreamResponse>PinpointAsyncClient. putEventStream(Consumer<PutEventStreamRequest.Builder> putEventStreamRequest)Creates a new event stream for an application or updates the settings of an existing event stream for an application.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.
-