| Package | Description |
|---|---|
| com.amazonaws.services.serverlessapplicationrepository.model |
| Modifier and Type | Method and Description |
|---|---|
Version |
Version.clone() |
Version |
UpdateApplicationResult.getVersion()
Version information about the application.
|
Version |
GetApplicationResult.getVersion()
Version information about the application.
|
Version |
CreateApplicationResult.getVersion()
Version information about the application.
|
Version |
Version.withApplicationId(String applicationId)
The application Amazon Resource Name (ARN).
|
Version |
Version.withCreationTime(String creationTime)
The date and time this resource was created.
|
Version |
Version.withParameterDefinitions(Collection<ParameterDefinition> parameterDefinitions)
An array of parameter types supported by the application.
|
Version |
Version.withParameterDefinitions(ParameterDefinition... parameterDefinitions)
An array of parameter types supported by the application.
|
Version |
Version.withRequiredCapabilities(Capability... requiredCapabilities)
A list of values that you must specify before you can deploy certain applications.
|
Version |
Version.withRequiredCapabilities(Collection<String> requiredCapabilities)
A list of values that you must specify before you can deploy certain applications.
|
Version |
Version.withRequiredCapabilities(String... requiredCapabilities)
A list of values that you must specify before you can deploy certain applications.
|
Version |
Version.withResourcesSupported(Boolean resourcesSupported)
Whether all of the AWS resources contained in this application are supported in the region in which it is being
retrieved.
|
Version |
Version.withSemanticVersion(String semanticVersion)
The semantic version of the application:
|
Version |
Version.withSourceCodeArchiveUrl(String sourceCodeArchiveUrl)
A link to the S3 object that contains the ZIP archive of the source code for this version of your application.
|
Version |
Version.withSourceCodeUrl(String sourceCodeUrl)
A link to a public repository for the source code of your application, for example the URL of a specific GitHub
commit.
|
Version |
Version.withTemplateUrl(String templateUrl)
A link to the packaged AWS SAM template of your application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateApplicationResult.setVersion(Version version)
Version information about the application.
|
void |
GetApplicationResult.setVersion(Version version)
Version information about the application.
|
void |
CreateApplicationResult.setVersion(Version version)
Version information about the application.
|
UpdateApplicationResult |
UpdateApplicationResult.withVersion(Version version)
Version information about the application.
|
GetApplicationResult |
GetApplicationResult.withVersion(Version version)
Version information about the application.
|
CreateApplicationResult |
CreateApplicationResult.withVersion(Version version)
Version information about the application.
|
Copyright © 2022. All rights reserved.