| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static LogsConfigStatusType |
LogsConfigStatusType.fromValue(String value)
Use this in place of valueOf.
|
static LogsConfigStatusType |
LogsConfigStatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogsConfigStatusType[] |
LogsConfigStatusType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CloudWatchLogsConfig |
CloudWatchLogsConfig.withStatus(LogsConfigStatusType status)
The current status of the logs in Amazon CloudWatch Logs for a build project.
|
S3LogsConfig |
S3LogsConfig.withStatus(LogsConfigStatusType status)
The current status of the S3 build logs.
|
Copyright © 2021. All rights reserved.