Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetEventStreamResponse
-
Packages that use GetEventStreamResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetEventStreamResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetEventStreamResponse Modifier and Type Method Description default GetEventStreamResponsePinpointClient. getEventStream(Consumer<GetEventStreamRequest.Builder> getEventStreamRequest)Retrieves information about the event stream settings for an application.default GetEventStreamResponsePinpointClient. getEventStream(GetEventStreamRequest getEventStreamRequest)Retrieves information about the event stream settings for an application.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type GetEventStreamResponse Modifier and Type Method Description default CompletableFuture<GetEventStreamResponse>PinpointAsyncClient. getEventStream(Consumer<GetEventStreamRequest.Builder> getEventStreamRequest)Retrieves information about the event stream settings for an application.default CompletableFuture<GetEventStreamResponse>PinpointAsyncClient. getEventStream(GetEventStreamRequest getEventStreamRequest)Retrieves information about the event stream settings for an application.
-