Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetApnsSandboxChannelResponse
-
Packages that use GetApnsSandboxChannelResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetApnsSandboxChannelResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetApnsSandboxChannelResponse Modifier and Type Method Description default GetApnsSandboxChannelResponsePinpointClient. getApnsSandboxChannel(Consumer<GetApnsSandboxChannelRequest.Builder> getApnsSandboxChannelRequest)Retrieves information about the status and settings of the APNs sandbox channel for an application.default GetApnsSandboxChannelResponsePinpointClient. getApnsSandboxChannel(GetApnsSandboxChannelRequest getApnsSandboxChannelRequest)Retrieves information about the status and settings of the APNs sandbox channel for an application.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type GetApnsSandboxChannelResponse Modifier and Type Method Description default CompletableFuture<GetApnsSandboxChannelResponse>PinpointAsyncClient. getApnsSandboxChannel(Consumer<GetApnsSandboxChannelRequest.Builder> getApnsSandboxChannelRequest)Retrieves information about the status and settings of the APNs sandbox channel for an application.default CompletableFuture<GetApnsSandboxChannelResponse>PinpointAsyncClient. getApnsSandboxChannel(GetApnsSandboxChannelRequest getApnsSandboxChannelRequest)Retrieves information about the status and settings of the APNs sandbox channel for an application.
-