| 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 |
|---|---|
Future<CreateApplicationVersionResult> |
AWSServerlessApplicationRepositoryAsync.createApplicationVersionAsync(CreateApplicationVersionRequest createApplicationVersionRequest,
AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler)
Creates an application version.
|
Future<CreateApplicationVersionResult> |
AbstractAWSServerlessApplicationRepositoryAsync.createApplicationVersionAsync(CreateApplicationVersionRequest request,
AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler) |
Future<CreateApplicationVersionResult> |
AWSServerlessApplicationRepositoryAsyncClient.createApplicationVersionAsync(CreateApplicationVersionRequest request,
AsyncHandler<CreateApplicationVersionRequest,CreateApplicationVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.clone() |
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.withApplicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
|
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.withSemanticVersion(String semanticVersion)
The semantic version of the new version.
|
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.withSourceCodeArchiveUrl(String sourceCodeArchiveUrl)
A link to the S3 object that contains the ZIP archive of the source code for this version of your application.
|
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.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.
|
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.withTemplateBody(String templateBody)
The raw packaged AWS SAM template of your application.
|
CreateApplicationVersionRequest |
CreateApplicationVersionRequest.withTemplateUrl(String templateUrl)
A link to the packaged AWS SAM template of your application.
|
Copyright © 2019. All rights reserved.