Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.SourceBuildInformation
-
Packages that use SourceBuildInformation Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of SourceBuildInformation in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return SourceBuildInformation Modifier and Type Method Description SourceBuildInformationApplicationVersionDescription. sourceBuildInformation()If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the application version.SourceBuildInformationCreateApplicationVersionRequest. sourceBuildInformation()Specify a commit in an AWS CodeCommit Git repository to use as the source code for the application version.Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type SourceBuildInformation Modifier and Type Method Description ApplicationVersionDescription.BuilderApplicationVersionDescription.Builder. sourceBuildInformation(SourceBuildInformation sourceBuildInformation)If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the application version.CreateApplicationVersionRequest.BuilderCreateApplicationVersionRequest.Builder. sourceBuildInformation(SourceBuildInformation sourceBuildInformation)Specify a commit in an AWS CodeCommit Git repository to use as the source code for the application version.
-