Uses of Class
software.amazon.awssdk.services.quicksight.model.DeleteNamespaceResponse
-
Packages that use DeleteNamespaceResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of DeleteNamespaceResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return DeleteNamespaceResponse Modifier and Type Method Description default DeleteNamespaceResponseQuickSightClient. deleteNamespace(Consumer<DeleteNamespaceRequest.Builder> deleteNamespaceRequest)Deletes a namespace and the users and groups that are associated with the namespace.default DeleteNamespaceResponseQuickSightClient. deleteNamespace(DeleteNamespaceRequest deleteNamespaceRequest)Deletes a namespace and the users and groups that are associated with the namespace.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type DeleteNamespaceResponse Modifier and Type Method Description default CompletableFuture<DeleteNamespaceResponse>QuickSightAsyncClient. deleteNamespace(Consumer<DeleteNamespaceRequest.Builder> deleteNamespaceRequest)Deletes a namespace and the users and groups that are associated with the namespace.default CompletableFuture<DeleteNamespaceResponse>QuickSightAsyncClient. deleteNamespace(DeleteNamespaceRequest deleteNamespaceRequest)Deletes a namespace and the users and groups that are associated with the namespace.
-