Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiCommandMetadataList |
RolesResourceApi.listCommands(String clusterName,
String roleName,
String serviceName)
Lists all the commands that can be executed by name on the provided role.
|
ApiCommandMetadataList |
ExternalAccountsResourceApi.listExternalAccountCommands(String typeName)
Lists all the commands that can be executed by name on the provided external account type.
|
ApiCommandMetadataList |
ServicesResourceApi.listServiceCommands(String clusterName,
String serviceName)
Lists all the commands that can be executed by name on the provided service.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiCommandMetadataList> |
RolesResourceApi.listCommandsWithHttpInfo(String clusterName,
String roleName,
String serviceName)
Lists all the commands that can be executed by name on the provided role.
|
ApiResponse<ApiCommandMetadataList> |
ExternalAccountsResourceApi.listExternalAccountCommandsWithHttpInfo(String typeName)
Lists all the commands that can be executed by name on the provided external account type.
|
ApiResponse<ApiCommandMetadataList> |
ServicesResourceApi.listServiceCommandsWithHttpInfo(String clusterName,
String serviceName)
Lists all the commands that can be executed by name on the provided service.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
RolesResourceApi.listCommandsAsync(String clusterName,
String roleName,
String serviceName,
ApiCallback<ApiCommandMetadataList> callback)
Lists all the commands that can be executed by name on the provided role.
|
com.squareup.okhttp.Call |
ExternalAccountsResourceApi.listExternalAccountCommandsAsync(String typeName,
ApiCallback<ApiCommandMetadataList> callback)
Lists all the commands that can be executed by name on the provided external account type.
|
com.squareup.okhttp.Call |
ServicesResourceApi.listServiceCommandsAsync(String clusterName,
String serviceName,
ApiCallback<ApiCommandMetadataList> callback)
Lists all the commands that can be executed by name on the provided service.
|
Modifier and Type | Method and Description |
---|---|
ApiCommandMetadataList |
ApiCommandMetadataList.addItemsItem(ApiCommandMetadata itemsItem) |
ApiCommandMetadataList |
ApiCommandMetadataList.items(List<ApiCommandMetadata> items) |
Copyright © 2019. All rights reserved.