Uses of Class
software.amazon.awssdk.services.quicksight.model.CreateNamespaceResponse
-
Packages that use CreateNamespaceResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of CreateNamespaceResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return CreateNamespaceResponse Modifier and Type Method Description default CreateNamespaceResponseQuickSightClient. createNamespace(Consumer<CreateNamespaceRequest.Builder> createNamespaceRequest)(Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight.default CreateNamespaceResponseQuickSightClient. createNamespace(CreateNamespaceRequest createNamespaceRequest)(Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type CreateNamespaceResponse Modifier and Type Method Description default CompletableFuture<CreateNamespaceResponse>QuickSightAsyncClient. createNamespace(Consumer<CreateNamespaceRequest.Builder> createNamespaceRequest)(Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight.default CompletableFuture<CreateNamespaceResponse>QuickSightAsyncClient. createNamespace(CreateNamespaceRequest createNamespaceRequest)(Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight.
-