| Package | Description |
|---|---|
| com.aliyun.openservices.log.common | |
| com.aliyun.openservices.log.request | |
| com.aliyun.openservices.log.response |
| Modifier and Type | Method and Description |
|---|---|
DataRedundancyType |
Project.getDataRedundancyType() |
static DataRedundancyType |
DataRedundancyType.parse(String dataRedundancyTypeString)
Returns the DataRedundancyType enum corresponding to the given string
|
static DataRedundancyType |
DataRedundancyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataRedundancyType[] |
DataRedundancyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Project.setDataRedundancyType(DataRedundancyType dataRedundancyType) |
| Modifier and Type | Method and Description |
|---|---|
DataRedundancyType |
CreateProjectRequest.getDataRedundancyType() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateProjectRequest.setDataRedundancyType(DataRedundancyType dataRedundancyType) |
| Constructor and Description |
|---|
CreateProjectRequest(String project,
String description,
DataRedundancyType dataRedundancyType) |
CreateProjectRequest(String project,
String description,
String resourceGroupId,
DataRedundancyType dataRedundancyType) |
| Modifier and Type | Method and Description |
|---|---|
DataRedundancyType |
GetProjectResponse.getDataRedundancyType() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetProjectResponse.setDataRedundancyType(DataRedundancyType dataRedundancyType) |
Copyright © 2025. All Rights Reserved.