Uses of Class
software.amazon.awssdk.services.codebuild.model.DebugSession
-
Packages that use DebugSession Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of DebugSession in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return DebugSession Modifier and Type Method Description DebugSessionBuild. debugSession()Contains information about the debug session for this build.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type DebugSession Modifier and Type Method Description Build.BuilderBuild.Builder. debugSession(DebugSession debugSession)Contains information about the debug session for this build.
-