Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetChannelsRequest
-
Packages that use GetChannelsRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of GetChannelsRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type GetChannelsRequest Modifier and Type Method Description default CompletableFuture<GetChannelsResponse>PinpointAsyncClient. getChannels(GetChannelsRequest 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. -
Uses of GetChannelsRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type GetChannelsRequest Modifier and Type Method Description SdkHttpFullRequestGetChannelsRequestMarshaller. marshall(GetChannelsRequest getChannelsRequest)
-