Uses of Class
software.amazon.awssdk.services.glue.model.CursorConfiguration
-
Packages that use CursorConfiguration Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CursorConfiguration in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return CursorConfiguration Modifier and Type Method Description CursorConfigurationPaginationConfiguration. cursorConfiguration()Configuration for cursor-based pagination, where the API provides a cursor or token to retrieve the next page of results.Methods in software.amazon.awssdk.services.glue.model with parameters of type CursorConfiguration Modifier and Type Method Description PaginationConfiguration.BuilderPaginationConfiguration.Builder. cursorConfiguration(CursorConfiguration cursorConfiguration)Configuration for cursor-based pagination, where the API provides a cursor or token to retrieve the next page of results.
-