Uses of Class
software.amazon.awssdk.services.workspaces.model.DeleteConnectClientAddInResponse
-
Packages that use DeleteConnectClientAddInResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of DeleteConnectClientAddInResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return DeleteConnectClientAddInResponse Modifier and Type Method Description default DeleteConnectClientAddInResponseWorkSpacesClient. deleteConnectClientAddIn(Consumer<DeleteConnectClientAddInRequest.Builder> deleteConnectClientAddInRequest)Deletes a client-add-in for Amazon Connect that is configured within a directory.default DeleteConnectClientAddInResponseWorkSpacesClient. deleteConnectClientAddIn(DeleteConnectClientAddInRequest deleteConnectClientAddInRequest)Deletes a client-add-in for Amazon Connect that is configured within a directory.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type DeleteConnectClientAddInResponse Modifier and Type Method Description default CompletableFuture<DeleteConnectClientAddInResponse>WorkSpacesAsyncClient. deleteConnectClientAddIn(Consumer<DeleteConnectClientAddInRequest.Builder> deleteConnectClientAddInRequest)Deletes a client-add-in for Amazon Connect that is configured within a directory.default CompletableFuture<DeleteConnectClientAddInResponse>WorkSpacesAsyncClient. deleteConnectClientAddIn(DeleteConnectClientAddInRequest deleteConnectClientAddInRequest)Deletes a client-add-in for Amazon Connect that is configured within a directory.
-