| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static LogsConfigStatusType |
LogsConfigStatusType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LogsConfigStatusType |
S3LogsConfig.status()
The current status of the S3 build logs.
|
LogsConfigStatusType |
CloudWatchLogsConfig.status()
The current status of the logs in Amazon CloudWatch Logs for a build project.
|
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 |
|---|---|
static Set<LogsConfigStatusType> |
LogsConfigStatusType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
S3LogsConfig.Builder |
S3LogsConfig.Builder.status(LogsConfigStatusType status)
The current status of the S3 build logs.
|
CloudWatchLogsConfig.Builder |
CloudWatchLogsConfig.Builder.status(LogsConfigStatusType status)
The current status of the logs in Amazon CloudWatch Logs for a build project.
|
Copyright © 2021. All rights reserved.