Uses of Class
software.amazon.awssdk.services.chatbot.model.DeleteSlackWorkspaceAuthorizationResponse
-
Packages that use DeleteSlackWorkspaceAuthorizationResponse Package Description software.amazon.awssdk.services.chatbot AWS Chatbot API -
-
Uses of DeleteSlackWorkspaceAuthorizationResponse in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot that return DeleteSlackWorkspaceAuthorizationResponse Modifier and Type Method Description default DeleteSlackWorkspaceAuthorizationResponseChatbotClient. deleteSlackWorkspaceAuthorization(Consumer<DeleteSlackWorkspaceAuthorizationRequest.Builder> deleteSlackWorkspaceAuthorizationRequest)Deletes the Slack workspace authorization that allows channels to be configured in that workspace.default DeleteSlackWorkspaceAuthorizationResponseChatbotClient. deleteSlackWorkspaceAuthorization(DeleteSlackWorkspaceAuthorizationRequest deleteSlackWorkspaceAuthorizationRequest)Deletes the Slack workspace authorization that allows channels to be configured in that workspace.Methods in software.amazon.awssdk.services.chatbot that return types with arguments of type DeleteSlackWorkspaceAuthorizationResponse Modifier and Type Method Description default CompletableFuture<DeleteSlackWorkspaceAuthorizationResponse>ChatbotAsyncClient. deleteSlackWorkspaceAuthorization(Consumer<DeleteSlackWorkspaceAuthorizationRequest.Builder> deleteSlackWorkspaceAuthorizationRequest)Deletes the Slack workspace authorization that allows channels to be configured in that workspace.default CompletableFuture<DeleteSlackWorkspaceAuthorizationResponse>ChatbotAsyncClient. deleteSlackWorkspaceAuthorization(DeleteSlackWorkspaceAuthorizationRequest deleteSlackWorkspaceAuthorizationRequest)Deletes the Slack workspace authorization that allows channels to be configured in that workspace.
-