Uses of Class
software.amazon.awssdk.services.codebuild.model.LogsConfigStatusType
-
Packages that use LogsConfigStatusType Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of LogsConfigStatusType in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return LogsConfigStatusType Modifier and Type Method Description static LogsConfigStatusTypeLogsConfigStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LogsConfigStatusTypeCloudWatchLogsConfig. status()The current status of the logs in CloudWatch Logs for a build project.LogsConfigStatusTypeS3LogsConfig. status()The current status of the S3 build logs.static LogsConfigStatusTypeLogsConfigStatusType. 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.Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type LogsConfigStatusType Modifier and Type Method Description static Set<LogsConfigStatusType>LogsConfigStatusType. knownValues()Methods in software.amazon.awssdk.services.codebuild.model with parameters of type LogsConfigStatusType Modifier and Type Method Description CloudWatchLogsConfig.BuilderCloudWatchLogsConfig.Builder. status(LogsConfigStatusType status)The current status of the logs in CloudWatch Logs for a build project.S3LogsConfig.BuilderS3LogsConfig.Builder. status(LogsConfigStatusType status)The current status of the S3 build logs.
-