| Package | Description |
|---|---|
| com.gooddata.warehouse |
| Modifier and Type | Method and Description |
|---|---|
Warehouse |
WarehouseService.getWarehouseById(String id)
Get Warehouse identified by given id.
|
Warehouse |
WarehouseService.getWarehouseByUri(String uri)
Get Warehouse identified by given uri.
|
Warehouse |
WarehouseService.updateWarehouse(Warehouse toUpdate)
Updates given Warehouse.
|
| Modifier and Type | Method and Description |
|---|---|
FutureResult<Warehouse> |
WarehouseService.createWarehouse(Warehouse warehouse)
Create new warehouse.
|
com.gooddata.collections.PageableList<Warehouse> |
WarehouseService.listWarehouses()
Lists Warehouses.
|
com.gooddata.collections.PageableList<Warehouse> |
WarehouseService.listWarehouses(com.gooddata.collections.Page startPage)
Lists Warehouses.
|
| Modifier and Type | Method and Description |
|---|---|
FutureResult<WarehouseS3Credentials> |
WarehouseService.addS3Credentials(Warehouse warehouse,
WarehouseS3Credentials s3Credentials)
add new S3 credentials to the Warehouse
|
FutureResult<WarehouseUser> |
WarehouseService.addUserToWarehouse(Warehouse warehouse,
WarehouseUser user)
Add given user to given warehouse.
|
FutureResult<Warehouse> |
WarehouseService.createWarehouse(Warehouse warehouse)
Create new warehouse.
|
WarehouseSchema |
WarehouseService.getDefaultWarehouseSchema(Warehouse warehouse)
get default warehouse schema
|
WarehouseS3Credentials |
WarehouseService.getWarehouseS3Credentials(Warehouse warehouse,
String region,
String accessKey)
Get S3 credentials for the Warehouse based on
region and accessKey. |
WarehouseSchema |
WarehouseService.getWarehouseSchemaByName(Warehouse warehouse,
String name)
get warehouse schema by name
|
com.gooddata.collections.PageableList<WarehouseS3Credentials> |
WarehouseService.listWarehouseS3Credentials(Warehouse warehouse)
List S3 credentials for the Warehouse.
|
com.gooddata.collections.PageableList<WarehouseSchema> |
WarehouseService.listWarehouseSchemas(Warehouse warehouse)
list schemas for Warehouse
|
com.gooddata.collections.PageableList<WarehouseSchema> |
WarehouseService.listWarehouseSchemas(Warehouse warehouse,
com.gooddata.collections.Page startPage)
list schemas for Warehouse
|
com.gooddata.collections.PageableList<WarehouseUser> |
WarehouseService.listWarehouseUsers(Warehouse warehouse)
Lists warehouse users.
|
com.gooddata.collections.PageableList<WarehouseUser> |
WarehouseService.listWarehouseUsers(Warehouse warehouse,
com.gooddata.collections.Page startPage)
Lists warehouse users, starting with specified page.
|
void |
WarehouseService.removeWarehouse(Warehouse warehouse)
Delete Warehouse.
|
Warehouse |
WarehouseService.updateWarehouse(Warehouse toUpdate)
Updates given Warehouse.
|
| Constructor and Description |
|---|
Warehouses(List<Warehouse> items,
com.gooddata.collections.Paging paging) |
Warehouses(List<Warehouse> items,
com.gooddata.collections.Paging paging,
Map<String,String> links) |
Copyright © 2019. All rights reserved.