Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.PutMessageFeedbackResponse
-
Packages that use PutMessageFeedbackResponse Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the AWS End User Messaging SMS and Voice, version 2 API Reference. -
-
Uses of PutMessageFeedbackResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return PutMessageFeedbackResponse Modifier and Type Method Description default PutMessageFeedbackResponsePinpointSmsVoiceV2Client. putMessageFeedback(Consumer<PutMessageFeedbackRequest.Builder> putMessageFeedbackRequest)Set the MessageFeedbackStatus asRECEIVEDorFAILEDfor the passed in MessageId.default PutMessageFeedbackResponsePinpointSmsVoiceV2Client. putMessageFeedback(PutMessageFeedbackRequest putMessageFeedbackRequest)Set the MessageFeedbackStatus asRECEIVEDorFAILEDfor the passed in MessageId.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type PutMessageFeedbackResponse Modifier and Type Method Description default CompletableFuture<PutMessageFeedbackResponse>PinpointSmsVoiceV2AsyncClient. putMessageFeedback(Consumer<PutMessageFeedbackRequest.Builder> putMessageFeedbackRequest)Set the MessageFeedbackStatus asRECEIVEDorFAILEDfor the passed in MessageId.default CompletableFuture<PutMessageFeedbackResponse>PinpointSmsVoiceV2AsyncClient. putMessageFeedback(PutMessageFeedbackRequest putMessageFeedbackRequest)Set the MessageFeedbackStatus asRECEIVEDorFAILEDfor the passed in MessageId.
-