Uses of Class
software.amazon.awssdk.services.qbusiness.model.CreateIndexRequest
-
Packages that use CreateIndexRequest Package Description software.amazon.awssdk.services.qbusiness software.amazon.awssdk.services.qbusiness.transform -
-
Uses of CreateIndexRequest in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness with parameters of type CreateIndexRequest Modifier and Type Method Description default CompletableFuture<CreateIndexResponse>QBusinessAsyncClient. createIndex(CreateIndexRequest createIndexRequest)Creates an Amazon Q index.default CreateIndexResponseQBusinessClient. createIndex(CreateIndexRequest createIndexRequest)Creates an Amazon Q index. -
Uses of CreateIndexRequest in software.amazon.awssdk.services.qbusiness.transform
Methods in software.amazon.awssdk.services.qbusiness.transform with parameters of type CreateIndexRequest Modifier and Type Method Description SdkHttpFullRequestCreateIndexRequestMarshaller. marshall(CreateIndexRequest createIndexRequest)
-