Uses of Class
software.amazon.awssdk.services.pinpoint.model.UpdateApnsVoipChannelResponse
-
Packages that use UpdateApnsVoipChannelResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of UpdateApnsVoipChannelResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return UpdateApnsVoipChannelResponse Modifier and Type Method Description default UpdateApnsVoipChannelResponsePinpointClient. updateApnsVoipChannel(Consumer<UpdateApnsVoipChannelRequest.Builder> updateApnsVoipChannelRequest)Enables the APNs VoIP channel for an application or updates the status and settings of the APNs VoIP channel for an application.default UpdateApnsVoipChannelResponsePinpointClient. updateApnsVoipChannel(UpdateApnsVoipChannelRequest updateApnsVoipChannelRequest)Enables the APNs VoIP channel for an application or updates the status and settings of the APNs VoIP channel for an application.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type UpdateApnsVoipChannelResponse Modifier and Type Method Description default CompletableFuture<UpdateApnsVoipChannelResponse>PinpointAsyncClient. updateApnsVoipChannel(Consumer<UpdateApnsVoipChannelRequest.Builder> updateApnsVoipChannelRequest)Enables the APNs VoIP channel for an application or updates the status and settings of the APNs VoIP channel for an application.default CompletableFuture<UpdateApnsVoipChannelResponse>PinpointAsyncClient. updateApnsVoipChannel(UpdateApnsVoipChannelRequest updateApnsVoipChannelRequest)Enables the APNs VoIP channel for an application or updates the status and settings of the APNs VoIP channel for an application.
-