Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetApnsChannelRequest
-
Packages that use GetApnsChannelRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of GetApnsChannelRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type GetApnsChannelRequest Modifier and Type Method Description default CompletableFuture<GetApnsChannelResponse>PinpointAsyncClient. getApnsChannel(GetApnsChannelRequest getApnsChannelRequest)Retrieves information about the status and settings of the APNs channel for an application.default GetApnsChannelResponsePinpointClient. getApnsChannel(GetApnsChannelRequest getApnsChannelRequest)Retrieves information about the status and settings of the APNs channel for an application. -
Uses of GetApnsChannelRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type GetApnsChannelRequest Modifier and Type Method Description SdkHttpFullRequestGetApnsChannelRequestMarshaller. marshall(GetApnsChannelRequest getApnsChannelRequest)
-