| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
SourceBuildInformation |
ApplicationVersionDescription.sourceBuildInformation()
If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the
application version.
|
SourceBuildInformation |
CreateApplicationVersionRequest.sourceBuildInformation()
Specify a commit in an AWS CodeCommit Git repository to use as the source code for the application version.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationVersionDescription.Builder |
ApplicationVersionDescription.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.Builder |
CreateApplicationVersionRequest.Builder.sourceBuildInformation(SourceBuildInformation sourceBuildInformation)
Specify a commit in an AWS CodeCommit Git repository to use as the source code for the application version.
|
Copyright © 2021. All rights reserved.