Class ListIndexesResponse
-
- All Implemented Interfaces:
public final class ListIndexesResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final List<IndexSummary>indexesprivate final StringnextToken
-
Constructor Summary
Constructors Constructor Description ListIndexesResponse(List<IndexSummary> indexes, String nextToken)
-
Method Summary
Modifier and Type Method Description final List<IndexSummary>getIndexes()final StringgetNextToken()-
-
Constructor Detail
-
ListIndexesResponse
ListIndexesResponse(List<IndexSummary> indexes, String nextToken)
-
-
Method Detail
-
getIndexes
final List<IndexSummary> getIndexes()
-
getNextToken
final String getNextToken()
-
-
-
-