Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetSmsChannelResponse
-
Packages that use GetSmsChannelResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetSmsChannelResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetSmsChannelResponse Modifier and Type Method Description default GetSmsChannelResponsePinpointClient. getSmsChannel(Consumer<GetSmsChannelRequest.Builder> getSmsChannelRequest)Retrieves information about the status and settings of the SMS channel for an application.default GetSmsChannelResponsePinpointClient. getSmsChannel(GetSmsChannelRequest getSmsChannelRequest)Retrieves information about 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 GetSmsChannelResponse Modifier and Type Method Description default CompletableFuture<GetSmsChannelResponse>PinpointAsyncClient. getSmsChannel(Consumer<GetSmsChannelRequest.Builder> getSmsChannelRequest)Retrieves information about the status and settings of the SMS channel for an application.default CompletableFuture<GetSmsChannelResponse>PinpointAsyncClient. getSmsChannel(GetSmsChannelRequest getSmsChannelRequest)Retrieves information about the status and settings of the SMS channel for an application.
-