Uses of Class
software.amazon.awssdk.services.pinpoint.model.UpdateApnsChannelResponse
-
Packages that use UpdateApnsChannelResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of UpdateApnsChannelResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return UpdateApnsChannelResponse Modifier and Type Method Description default UpdateApnsChannelResponsePinpointClient. updateApnsChannel(Consumer<UpdateApnsChannelRequest.Builder> updateApnsChannelRequest)Enables the APNs channel for an application or updates the status and settings of the APNs channel for an application.default UpdateApnsChannelResponsePinpointClient. updateApnsChannel(UpdateApnsChannelRequest updateApnsChannelRequest)Enables the APNs channel for an application or updates 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 UpdateApnsChannelResponse Modifier and Type Method Description default CompletableFuture<UpdateApnsChannelResponse>PinpointAsyncClient. updateApnsChannel(Consumer<UpdateApnsChannelRequest.Builder> updateApnsChannelRequest)Enables the APNs channel for an application or updates the status and settings of the APNs channel for an application.default CompletableFuture<UpdateApnsChannelResponse>PinpointAsyncClient. updateApnsChannel(UpdateApnsChannelRequest updateApnsChannelRequest)Enables the APNs channel for an application or updates the status and settings of the APNs channel for an application.
-