Uses of Class
software.amazon.awssdk.services.qbusiness.model.CreateIndexResponse
-
Packages that use CreateIndexResponse Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference. -
-
Uses of CreateIndexResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return CreateIndexResponse Modifier and Type Method Description default CreateIndexResponseQBusinessClient. createIndex(Consumer<CreateIndexRequest.Builder> createIndexRequest)Creates an Amazon Q Business index.default CreateIndexResponseQBusinessClient. createIndex(CreateIndexRequest createIndexRequest)Creates an Amazon Q Business index.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type CreateIndexResponse Modifier and Type Method Description default CompletableFuture<CreateIndexResponse>QBusinessAsyncClient. createIndex(Consumer<CreateIndexRequest.Builder> createIndexRequest)Creates an Amazon Q Business index.default CompletableFuture<CreateIndexResponse>QBusinessAsyncClient. createIndex(CreateIndexRequest createIndexRequest)Creates an Amazon Q Business index.
-