| Package | Description |
|---|---|
| com.amazonaws.services.serverlessapplicationrepository |
The AWS Serverless Application Repository makes it easy for developers and enterprises to quickly find and deploy
serverless applications in the AWS Cloud.
|
| com.amazonaws.services.serverlessapplicationrepository.model |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationVersionResult |
AbstractAWSServerlessApplicationRepository.createApplicationVersion(CreateApplicationVersionRequest request) |
CreateApplicationVersionResult |
AWSServerlessApplicationRepository.createApplicationVersion(CreateApplicationVersionRequest createApplicationVersionRequest)
Creates an application version.
|
CreateApplicationVersionResult |
AWSServerlessApplicationRepositoryClient.createApplicationVersion(CreateApplicationVersionRequest request)
Creates an application version.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateApplicationVersionResult> |
AbstractAWSServerlessApplicationRepositoryAsync.createApplicationVersionAsync(CreateApplicationVersionRequest request,
AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler) |
Future<CreateApplicationVersionResult> |
AWSServerlessApplicationRepositoryAsync.createApplicationVersionAsync(CreateApplicationVersionRequest createApplicationVersionRequest,
AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler)
Creates an application version.
|
Future<CreateApplicationVersionResult> |
AWSServerlessApplicationRepositoryAsyncClient.createApplicationVersionAsync(CreateApplicationVersionRequest request,
AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationVersionResult |
CreateApplicationVersionResult.clone() |
CreateApplicationVersionResult |
CreateApplicationVersionResult.withApplicationId(String applicationId)
The application Amazon Resource Name (ARN).
|
CreateApplicationVersionResult |
CreateApplicationVersionResult.withCreationTime(String creationTime)
The date and time this resource was created.
|
CreateApplicationVersionResult |
CreateApplicationVersionResult.withParameterDefinitions(Collection<ParameterDefinition> parameterDefinitions)
An array of parameter types supported by the application.
|
CreateApplicationVersionResult |
CreateApplicationVersionResult.withParameterDefinitions(ParameterDefinition... parameterDefinitions)
An array of parameter types supported by the application.
|
CreateApplicationVersionResult |
CreateApplicationVersionResult.withRequiredCapabilities(Capability... requiredCapabilities)
A list of values that you must specify before you can deploy certain applications.
|
CreateApplicationVersionResult |
CreateApplicationVersionResult.withRequiredCapabilities(Collection<String> requiredCapabilities)
A list of values that you must specify before you can deploy certain applications.
|
CreateApplicationVersionResult |
CreateApplicationVersionResult.withRequiredCapabilities(String... requiredCapabilities)
A list of values that you must specify before you can deploy certain applications.
|
CreateApplicationVersionResult |
CreateApplicationVersionResult.withResourcesSupported(Boolean resourcesSupported)
Whether all of the AWS resources contained in this application are supported in the region in which it is being
retrieved.
|
CreateApplicationVersionResult |
CreateApplicationVersionResult.withSemanticVersion(String semanticVersion)
The semantic version of the application:
|
CreateApplicationVersionResult |
CreateApplicationVersionResult.withSourceCodeArchiveUrl(String sourceCodeArchiveUrl)
A link to the S3 object that contains the ZIP archive of the source code for this version of your application.
|
CreateApplicationVersionResult |
CreateApplicationVersionResult.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.
|
CreateApplicationVersionResult |
CreateApplicationVersionResult.withTemplateUrl(String templateUrl)
A link to the packaged AWS SAM template of your application.
|
Copyright © 2023. All rights reserved.