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