Uses of Interface
software.amazon.awssdk.services.resourceexplorer2.model.ListIndexesRequest.Builder
-
Packages that use ListIndexesRequest.Builder Package Description software.amazon.awssdk.services.resourceexplorer2 Amazon Web Services Resource Explorer is a resource search and discovery service.software.amazon.awssdk.services.resourceexplorer2.model -
-
Uses of ListIndexesRequest.Builder in software.amazon.awssdk.services.resourceexplorer2
Method parameters in software.amazon.awssdk.services.resourceexplorer2 with type arguments of type ListIndexesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListIndexesResponse>ResourceExplorer2AsyncClient. listIndexes(Consumer<ListIndexesRequest.Builder> listIndexesRequest)Retrieves a list of all of the indexes in Amazon Web Services Regions that are currently collecting resource information for Amazon Web Services Resource Explorer.default ListIndexesResponseResourceExplorer2Client. listIndexes(Consumer<ListIndexesRequest.Builder> listIndexesRequest)Retrieves a list of all of the indexes in Amazon Web Services Regions that are currently collecting resource information for Amazon Web Services Resource Explorer.default ListIndexesPublisherResourceExplorer2AsyncClient. listIndexesPaginator(Consumer<ListIndexesRequest.Builder> listIndexesRequest)This is a variant ofResourceExplorer2AsyncClient.listIndexes(software.amazon.awssdk.services.resourceexplorer2.model.ListIndexesRequest)operation.default ListIndexesIterableResourceExplorer2Client. listIndexesPaginator(Consumer<ListIndexesRequest.Builder> listIndexesRequest)This is a variant ofResourceExplorer2Client.listIndexes(software.amazon.awssdk.services.resourceexplorer2.model.ListIndexesRequest)operation. -
Uses of ListIndexesRequest.Builder in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return ListIndexesRequest.Builder Modifier and Type Method Description static ListIndexesRequest.BuilderListIndexesRequest. builder()ListIndexesRequest.BuilderListIndexesRequest.Builder. maxResults(Integer maxResults)The maximum number of results that you want included on each page of the response.ListIndexesRequest.BuilderListIndexesRequest.Builder. nextToken(String nextToken)The parameter for receiving additional results if you receive aNextTokenresponse in a previous request.ListIndexesRequest.BuilderListIndexesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIndexesRequest.BuilderListIndexesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListIndexesRequest.BuilderListIndexesRequest.Builder. regions(String... regions)If specified, limits the response to only information about the index in the specified list of Amazon Web Services Regions.ListIndexesRequest.BuilderListIndexesRequest.Builder. regions(Collection<String> regions)If specified, limits the response to only information about the index in the specified list of Amazon Web Services Regions.ListIndexesRequest.BuilderListIndexesRequest. toBuilder()ListIndexesRequest.BuilderListIndexesRequest.Builder. type(String type)If specified, limits the output to only indexes of the specified Type, eitherLOCALorAGGREGATOR.ListIndexesRequest.BuilderListIndexesRequest.Builder. type(IndexType type)If specified, limits the output to only indexes of the specified Type, eitherLOCALorAGGREGATOR.Methods in software.amazon.awssdk.services.resourceexplorer2.model that return types with arguments of type ListIndexesRequest.Builder Modifier and Type Method Description static Class<? extends ListIndexesRequest.Builder>ListIndexesRequest. serializableBuilderClass()
-