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