Uses of Interface
software.amazon.awssdk.services.resourceexplorer2.model.ListIndexesResponse.Builder
-
Packages that use ListIndexesResponse.Builder Package Description software.amazon.awssdk.services.resourceexplorer2.model -
-
Uses of ListIndexesResponse.Builder in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return ListIndexesResponse.Builder Modifier and Type Method Description static ListIndexesResponse.BuilderListIndexesResponse. builder()ListIndexesResponse.BuilderListIndexesResponse.Builder. indexes(Collection<Index> indexes)A structure that contains the details and status of each index.ListIndexesResponse.BuilderListIndexesResponse.Builder. indexes(Consumer<Index.Builder>... indexes)A structure that contains the details and status of each index.ListIndexesResponse.BuilderListIndexesResponse.Builder. indexes(Index... indexes)A structure that contains the details and status of each index.ListIndexesResponse.BuilderListIndexesResponse.Builder. nextToken(String nextToken)If present, indicates that more output is available than is included in the current response.ListIndexesResponse.BuilderListIndexesResponse. toBuilder()Methods in software.amazon.awssdk.services.resourceexplorer2.model that return types with arguments of type ListIndexesResponse.Builder Modifier and Type Method Description static Class<? extends ListIndexesResponse.Builder>ListIndexesResponse. serializableBuilderClass()
-