Uses of Interface
software.amazon.awssdk.services.qbusiness.model.GetIndexRequest.Builder
-
Packages that use GetIndexRequest.Builder Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference.software.amazon.awssdk.services.qbusiness.model -
-
Uses of GetIndexRequest.Builder in software.amazon.awssdk.services.qbusiness
Method parameters in software.amazon.awssdk.services.qbusiness with type arguments of type GetIndexRequest.Builder Modifier and Type Method Description default CompletableFuture<GetIndexResponse>QBusinessAsyncClient. getIndex(Consumer<GetIndexRequest.Builder> getIndexRequest)Gets information about an existing Amazon Q Business index.default GetIndexResponseQBusinessClient. getIndex(Consumer<GetIndexRequest.Builder> getIndexRequest)Gets information about an existing Amazon Q Business index. -
Uses of GetIndexRequest.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return GetIndexRequest.Builder Modifier and Type Method Description GetIndexRequest.BuilderGetIndexRequest.Builder. applicationId(String applicationId)The identifier of the Amazon Q Business application connected to the index.static GetIndexRequest.BuilderGetIndexRequest. builder()GetIndexRequest.BuilderGetIndexRequest.Builder. indexId(String indexId)The identifier of the Amazon Q Business index you want information on.GetIndexRequest.BuilderGetIndexRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIndexRequest.BuilderGetIndexRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetIndexRequest.BuilderGetIndexRequest. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type GetIndexRequest.Builder Modifier and Type Method Description static Class<? extends GetIndexRequest.Builder>GetIndexRequest. serializableBuilderClass()
-