Uses of Class
software.amazon.awssdk.services.pinpoint.model.UpdateAdmChannelResponse
-
Packages that use UpdateAdmChannelResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of UpdateAdmChannelResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return UpdateAdmChannelResponse Modifier and Type Method Description default UpdateAdmChannelResponsePinpointClient. updateAdmChannel(Consumer<UpdateAdmChannelRequest.Builder> updateAdmChannelRequest)Enables the ADM channel for an application or updates the status and settings of the ADM channel for an application.default UpdateAdmChannelResponsePinpointClient. updateAdmChannel(UpdateAdmChannelRequest updateAdmChannelRequest)Enables the ADM channel for an application or updates the status and settings of the ADM channel for an application.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type UpdateAdmChannelResponse Modifier and Type Method Description default CompletableFuture<UpdateAdmChannelResponse>PinpointAsyncClient. updateAdmChannel(Consumer<UpdateAdmChannelRequest.Builder> updateAdmChannelRequest)Enables the ADM channel for an application or updates the status and settings of the ADM channel for an application.default CompletableFuture<UpdateAdmChannelResponse>PinpointAsyncClient. updateAdmChannel(UpdateAdmChannelRequest updateAdmChannelRequest)Enables the ADM channel for an application or updates the status and settings of the ADM channel for an application.
-