Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
ResourceInfos |
RestApi.listResources(String projectId,
String xAuthToken,
String kind)
List all resources
List all resources.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ResourceInfos> |
RestApi.listResourcesWithHttpInfo(String projectId,
String xAuthToken,
String kind)
List all resources
List all resources.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RestApi.listResourcesAsync(String projectId,
String xAuthToken,
String kind,
ApiCallback<ResourceInfos> callback)
List all resources (asynchronously)
List all resources.
|
Modifier and Type | Method and Description |
---|---|
ResourceInfos |
ResourceInfos.addGroupsItem(GroupResourceInfo groupsItem) |
ResourceInfos |
ResourceInfos.addModulesItem(ModuleResourceInfo modulesItem) |
ResourceInfos |
ResourceInfos.addResourcesItem(PkgResourceInfo resourcesItem) |
ResourceInfos |
ResourceInfos.groups(List<GroupResourceInfo> groups) |
ResourceInfos |
ResourceInfos.modules(List<ModuleResourceInfo> modules) |
ResourceInfos |
ResourceInfos.resources(List<PkgResourceInfo> resources) |
Copyright © 2023. All rights reserved.