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