Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.CreateChannelBanResponse
-
Packages that use CreateChannelBanResponse 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 CreateChannelBanResponse in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging that return CreateChannelBanResponse Modifier and Type Method Description default CreateChannelBanResponseChimeSdkMessagingClient. createChannelBan(Consumer<CreateChannelBanRequest.Builder> createChannelBanRequest)Permanently bans a member from a channel.default CreateChannelBanResponseChimeSdkMessagingClient. createChannelBan(CreateChannelBanRequest createChannelBanRequest)Permanently bans a member from a channel.Methods in software.amazon.awssdk.services.chimesdkmessaging that return types with arguments of type CreateChannelBanResponse Modifier and Type Method Description default CompletableFuture<CreateChannelBanResponse>ChimeSdkMessagingAsyncClient. createChannelBan(Consumer<CreateChannelBanRequest.Builder> createChannelBanRequest)Permanently bans a member from a channel.default CompletableFuture<CreateChannelBanResponse>ChimeSdkMessagingAsyncClient. createChannelBan(CreateChannelBanRequest createChannelBanRequest)Permanently bans a member from a channel.
-