Uses of Class
software.amazon.awssdk.services.codestar.model.Code
-
Packages that use Code Package Description software.amazon.awssdk.services.codestar.model -
-
Uses of Code in software.amazon.awssdk.services.codestar.model
Methods in software.amazon.awssdk.services.codestar.model that return types with arguments of type Code Modifier and Type Method Description List<Code>CreateProjectRequest. sourceCode()A list of the Code objects submitted with the project request.Methods in software.amazon.awssdk.services.codestar.model with parameters of type Code Modifier and Type Method Description CreateProjectRequest.BuilderCreateProjectRequest.Builder. sourceCode(Code... sourceCode)A list of the Code objects submitted with the project request.Method parameters in software.amazon.awssdk.services.codestar.model with type arguments of type Code Modifier and Type Method Description CreateProjectRequest.BuilderCreateProjectRequest.Builder. sourceCode(Collection<Code> sourceCode)A list of the Code objects submitted with the project request.
-