| Package | Description |
|---|---|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
SourceCodeVersion |
SourceCodeVersion.clone() |
SourceCodeVersion |
CodeRepository.getSourceCodeVersion()
The version that should be used within the source code repository.
|
SourceCodeVersion |
SourceCodeVersion.withType(SourceCodeVersionType type)
The type of version identifier.
|
SourceCodeVersion |
SourceCodeVersion.withType(String type)
The type of version identifier.
|
SourceCodeVersion |
SourceCodeVersion.withValue(String value)
A source code version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeRepository.setSourceCodeVersion(SourceCodeVersion sourceCodeVersion)
The version that should be used within the source code repository.
|
CodeRepository |
CodeRepository.withSourceCodeVersion(SourceCodeVersion sourceCodeVersion)
The version that should be used within the source code repository.
|
Copyright © 2024. All rights reserved.