Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetChannelsResponse
-
Packages that use GetChannelsResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetChannelsResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetChannelsResponse Modifier and Type Method Description default GetChannelsResponsePinpointClient. getChannels(Consumer<GetChannelsRequest.Builder> getChannelsRequest)Retrieves information about the history and status of each channel for an application.default GetChannelsResponsePinpointClient. getChannels(GetChannelsRequest getChannelsRequest)Retrieves information about the history and status of each channel for an application.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type GetChannelsResponse Modifier and Type Method Description default CompletableFuture<GetChannelsResponse>PinpointAsyncClient. getChannels(Consumer<GetChannelsRequest.Builder> getChannelsRequest)Retrieves information about the history and status of each channel for an application.default CompletableFuture<GetChannelsResponse>PinpointAsyncClient. getChannels(GetChannelsRequest getChannelsRequest)Retrieves information about the history and status of each channel for an application.
-