Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.DeleteChannelModeratorResponse
-
Packages that use DeleteChannelModeratorResponse Package Description software.amazon.awssdk.services.chimesdkmessaging The Amazon Chime SDK messaging APIs in this section allow software developers to send and receive messages in custom messaging applications. -
-
Uses of DeleteChannelModeratorResponse in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging that return DeleteChannelModeratorResponse Modifier and Type Method Description default DeleteChannelModeratorResponseChimeSdkMessagingClient. deleteChannelModerator(Consumer<DeleteChannelModeratorRequest.Builder> deleteChannelModeratorRequest)Deletes a channel moderator.default DeleteChannelModeratorResponseChimeSdkMessagingClient. deleteChannelModerator(DeleteChannelModeratorRequest deleteChannelModeratorRequest)Deletes a channel moderator.Methods in software.amazon.awssdk.services.chimesdkmessaging that return types with arguments of type DeleteChannelModeratorResponse Modifier and Type Method Description default CompletableFuture<DeleteChannelModeratorResponse>ChimeSdkMessagingAsyncClient. deleteChannelModerator(Consumer<DeleteChannelModeratorRequest.Builder> deleteChannelModeratorRequest)Deletes a channel moderator.default CompletableFuture<DeleteChannelModeratorResponse>ChimeSdkMessagingAsyncClient. deleteChannelModerator(DeleteChannelModeratorRequest deleteChannelModeratorRequest)Deletes a channel moderator.
-