Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.CreateChannelModeratorResponse
-
Packages that use CreateChannelModeratorResponse 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 CreateChannelModeratorResponse in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging that return CreateChannelModeratorResponse Modifier and Type Method Description default CreateChannelModeratorResponseChimeSdkMessagingClient. createChannelModerator(Consumer<CreateChannelModeratorRequest.Builder> createChannelModeratorRequest)Creates a newChannelModerator.default CreateChannelModeratorResponseChimeSdkMessagingClient. createChannelModerator(CreateChannelModeratorRequest createChannelModeratorRequest)Creates a newChannelModerator.Methods in software.amazon.awssdk.services.chimesdkmessaging that return types with arguments of type CreateChannelModeratorResponse Modifier and Type Method Description default CompletableFuture<CreateChannelModeratorResponse>ChimeSdkMessagingAsyncClient. createChannelModerator(Consumer<CreateChannelModeratorRequest.Builder> createChannelModeratorRequest)Creates a newChannelModerator.default CompletableFuture<CreateChannelModeratorResponse>ChimeSdkMessagingAsyncClient. createChannelModerator(CreateChannelModeratorRequest createChannelModeratorRequest)Creates a newChannelModerator.
-