Interface RegionApi
- All Superinterfaces:
AutoCloseable
,Closeable
Provides access to Regions via the REST API.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionlist()
Get the list of all regions.list
(ListOptions options) Get a single page of the region list.
-
Method Details
-
list
Get the list of all regions.- Returns:
- The (paginated) list of all regions.
-
list
Get a single page of the region list.- Parameters:
options
- The options to configure the page to get and the size of the page.- Returns:
- The page with the requested regions.
-