Uses of Class
software.amazon.awssdk.services.quicksight.model.CreateFolderResponse
-
Packages that use CreateFolderResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of CreateFolderResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return CreateFolderResponse Modifier and Type Method Description default CreateFolderResponseQuickSightClient. createFolder(Consumer<CreateFolderRequest.Builder> createFolderRequest)Creates an empty shared folder.default CreateFolderResponseQuickSightClient. createFolder(CreateFolderRequest createFolderRequest)Creates an empty shared folder.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type CreateFolderResponse Modifier and Type Method Description default CompletableFuture<CreateFolderResponse>QuickSightAsyncClient. createFolder(Consumer<CreateFolderRequest.Builder> createFolderRequest)Creates an empty shared folder.default CompletableFuture<CreateFolderResponse>QuickSightAsyncClient. createFolder(CreateFolderRequest createFolderRequest)Creates an empty shared folder.
-