Uses of Class
software.amazon.awssdk.services.chime.model.RedactConversationMessageResponse
-
Packages that use RedactConversationMessageResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of RedactConversationMessageResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return RedactConversationMessageResponse Modifier and Type Method Description default RedactConversationMessageResponseChimeClient. redactConversationMessage(Consumer<RedactConversationMessageRequest.Builder> redactConversationMessageRequest)Redacts the specified message from the specified Amazon Chime conversation.default RedactConversationMessageResponseChimeClient. redactConversationMessage(RedactConversationMessageRequest redactConversationMessageRequest)Redacts the specified message from the specified Amazon Chime conversation.Methods in software.amazon.awssdk.services.chime that return types with arguments of type RedactConversationMessageResponse Modifier and Type Method Description default CompletableFuture<RedactConversationMessageResponse>ChimeAsyncClient. redactConversationMessage(Consumer<RedactConversationMessageRequest.Builder> redactConversationMessageRequest)Redacts the specified message from the specified Amazon Chime conversation.default CompletableFuture<RedactConversationMessageResponse>ChimeAsyncClient. redactConversationMessage(RedactConversationMessageRequest redactConversationMessageRequest)Redacts the specified message from the specified Amazon Chime conversation.
-