Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetApnsChannelResponse
-
Packages that use GetApnsChannelResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetApnsChannelResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetApnsChannelResponse Modifier and Type Method Description default GetApnsChannelResponsePinpointClient. getApnsChannel(Consumer<GetApnsChannelRequest.Builder> 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.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type GetApnsChannelResponse Modifier and Type Method Description default CompletableFuture<GetApnsChannelResponse>PinpointAsyncClient. getApnsChannel(Consumer<GetApnsChannelRequest.Builder> getApnsChannelRequest)Retrieves information about the status and settings of the APNs channel for an application.default CompletableFuture<GetApnsChannelResponse>PinpointAsyncClient. getApnsChannel(GetApnsChannelRequest getApnsChannelRequest)Retrieves information about the status and settings of the APNs channel for an application.
-