Uses of Class
software.amazon.awssdk.services.qbusiness.model.GetIndexResponse
-
Packages that use GetIndexResponse Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference. -
-
Uses of GetIndexResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return GetIndexResponse Modifier and Type Method Description default GetIndexResponseQBusinessClient. getIndex(Consumer<GetIndexRequest.Builder> getIndexRequest)Gets information about an existing Amazon Q Business index.default GetIndexResponseQBusinessClient. getIndex(GetIndexRequest getIndexRequest)Gets information about an existing Amazon Q Business index.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type GetIndexResponse Modifier and Type Method Description default CompletableFuture<GetIndexResponse>QBusinessAsyncClient. getIndex(Consumer<GetIndexRequest.Builder> getIndexRequest)Gets information about an existing Amazon Q Business index.default CompletableFuture<GetIndexResponse>QBusinessAsyncClient. getIndex(GetIndexRequest getIndexRequest)Gets information about an existing Amazon Q Business index.
-