Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
SourceBuildInformation |
SourceBuildInformation.clone() |
SourceBuildInformation |
ApplicationVersionDescription.getSourceBuildInformation()
If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the
application version.
|
SourceBuildInformation |
CreateApplicationVersionRequest.getSourceBuildInformation()
Specify a commit in an AWS CodeCommit Git repository to use as the source code for the application version.
|
SourceBuildInformation |
SourceBuildInformation.withSourceLocation(String sourceLocation)
The location of the source code, as a formatted string, depending on the value of
SourceRepository |
SourceBuildInformation |
SourceBuildInformation.withSourceRepository(SourceRepository sourceRepository)
Location where the repository is stored.
|
SourceBuildInformation |
SourceBuildInformation.withSourceRepository(String sourceRepository)
Location where the repository is stored.
|
SourceBuildInformation |
SourceBuildInformation.withSourceType(SourceType sourceType)
The type of repository.
|
SourceBuildInformation |
SourceBuildInformation.withSourceType(String sourceType)
The type of repository.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplicationVersionDescription.setSourceBuildInformation(SourceBuildInformation sourceBuildInformation)
If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the
application version.
|
void |
CreateApplicationVersionRequest.setSourceBuildInformation(SourceBuildInformation sourceBuildInformation)
Specify a commit in an AWS CodeCommit Git repository to use as the source code for the application version.
|
ApplicationVersionDescription |
ApplicationVersionDescription.withSourceBuildInformation(SourceBuildInformation sourceBuildInformation)
If the version's source code was retrieved from AWS CodeCommit, the location of the source code for the
application version.
|
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.withSourceBuildInformation(SourceBuildInformation sourceBuildInformation)
Specify a commit in an AWS CodeCommit Git repository to use as the source code for the application version.
|
Copyright © 2023. All rights reserved.