Uses of Class
software.amazon.awssdk.services.quicksight.model.DeleteNamespaceRequest
-
Packages that use DeleteNamespaceRequest Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.transform -
-
Uses of DeleteNamespaceRequest in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight with parameters of type DeleteNamespaceRequest Modifier and Type Method Description default CompletableFuture<DeleteNamespaceResponse>QuickSightAsyncClient. deleteNamespace(DeleteNamespaceRequest 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. -
Uses of DeleteNamespaceRequest in software.amazon.awssdk.services.quicksight.transform
Methods in software.amazon.awssdk.services.quicksight.transform with parameters of type DeleteNamespaceRequest Modifier and Type Method Description SdkHttpFullRequestDeleteNamespaceRequestMarshaller. marshall(DeleteNamespaceRequest deleteNamespaceRequest)
-