Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.DeleteChannelResponse
-
Packages that use DeleteChannelResponse 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 DeleteChannelResponse in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging that return DeleteChannelResponse Modifier and Type Method Description default DeleteChannelResponseChimeSdkMessagingClient. deleteChannel(Consumer<DeleteChannelRequest.Builder> deleteChannelRequest)Immediately makes a channel and its memberships inaccessible and marks them for deletion.default DeleteChannelResponseChimeSdkMessagingClient. deleteChannel(DeleteChannelRequest deleteChannelRequest)Immediately makes a channel and its memberships inaccessible and marks them for deletion.Methods in software.amazon.awssdk.services.chimesdkmessaging that return types with arguments of type DeleteChannelResponse Modifier and Type Method Description default CompletableFuture<DeleteChannelResponse>ChimeSdkMessagingAsyncClient. deleteChannel(Consumer<DeleteChannelRequest.Builder> deleteChannelRequest)Immediately makes a channel and its memberships inaccessible and marks them for deletion.default CompletableFuture<DeleteChannelResponse>ChimeSdkMessagingAsyncClient. deleteChannel(DeleteChannelRequest deleteChannelRequest)Immediately makes a channel and its memberships inaccessible and marks them for deletion.
-