Uses of Class
software.amazon.awssdk.services.codebuild.model.LogsConfig
-
Packages that use LogsConfig Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of LogsConfig in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return LogsConfig Modifier and Type Method Description LogsConfigBuildBatch. logConfig()Returns the value of the LogConfig property for this object.LogsConfigCreateProjectRequest. logsConfig()Information about logs for the build project.LogsConfigProject. logsConfig()Information about logs for the build project.LogsConfigUpdateProjectRequest. logsConfig()Information about logs for the build project.LogsConfigStartBuildBatchRequest. logsConfigOverride()ALogsConfigobject that override the log settings defined in the batch build project.LogsConfigStartBuildRequest. logsConfigOverride()Log settings for this build that override the log settings defined in the build project.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type LogsConfig Modifier and Type Method Description BuildBatch.BuilderBuildBatch.Builder. logConfig(LogsConfig logConfig)Sets the value of the LogConfig property for this object.CreateProjectRequest.BuilderCreateProjectRequest.Builder. logsConfig(LogsConfig logsConfig)Information about logs for the build project.Project.BuilderProject.Builder. logsConfig(LogsConfig logsConfig)Information about logs for the build project.UpdateProjectRequest.BuilderUpdateProjectRequest.Builder. logsConfig(LogsConfig logsConfig)Information about logs for the build project.StartBuildBatchRequest.BuilderStartBuildBatchRequest.Builder. logsConfigOverride(LogsConfig logsConfigOverride)ALogsConfigobject that override the log settings defined in the batch build project.StartBuildRequest.BuilderStartBuildRequest.Builder. logsConfigOverride(LogsConfig logsConfigOverride)Log settings for this build that override the log settings defined in the build project.
-