Uses of Interface
software.amazon.awssdk.services.qbusiness.model.ListIndicesRequest.Builder
-
Packages that use ListIndicesRequest.Builder Package Description software.amazon.awssdk.services.qbusiness software.amazon.awssdk.services.qbusiness.model -
-
Uses of ListIndicesRequest.Builder in software.amazon.awssdk.services.qbusiness
-
Uses of ListIndicesRequest.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return ListIndicesRequest.Builder Modifier and Type Method Description ListIndicesRequest.BuilderListIndicesRequest.Builder. applicationId(String applicationId)The identifier of the Amazon Q application connected to the index.static ListIndicesRequest.BuilderListIndicesRequest. builder()ListIndicesRequest.BuilderListIndicesRequest.Builder. maxResults(Integer maxResults)The maximum number of indices to return.ListIndicesRequest.BuilderListIndicesRequest.Builder. nextToken(String nextToken)If the maxResults response was incomplete because there is more data to retrieve, Amazon Q returns a pagination token in the response.ListIndicesRequest.BuilderListIndicesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIndicesRequest.BuilderListIndicesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListIndicesRequest.BuilderListIndicesRequest. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type ListIndicesRequest.Builder Modifier and Type Method Description static Class<? extends ListIndicesRequest.Builder>ListIndicesRequest. serializableBuilderClass()
-