Uses of Class
software.amazon.awssdk.services.codebuild.model.S3LogsConfig
-
Packages that use S3LogsConfig Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of S3LogsConfig in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return S3LogsConfig Modifier and Type Method Description S3LogsConfigLogsConfig. s3Logs()Information about logs built to an S3 bucket for a build project.S3LogsConfigLogsLocation. s3Logs()Information about S3 logs for a build project.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type S3LogsConfig Modifier and Type Method Description LogsConfig.BuilderLogsConfig.Builder. s3Logs(S3LogsConfig s3Logs)Information about logs built to an S3 bucket for a build project.LogsLocation.BuilderLogsLocation.Builder. s3Logs(S3LogsConfig s3Logs)Information about S3 logs for a build project.
-