| 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 |
|---|---|
CreateApplicationResult |
AWSServerlessApplicationRepository.createApplication(CreateApplicationRequest createApplicationRequest)
Creates an application, optionally including an AWS SAM file to create the first application version in the same
call.
|
CreateApplicationResult |
AWSServerlessApplicationRepositoryClient.createApplication(CreateApplicationRequest request)
Creates an application, optionally including an AWS SAM file to create the first application version in the same
call.
|
CreateApplicationResult |
AbstractAWSServerlessApplicationRepository.createApplication(CreateApplicationRequest request) |
Future<CreateApplicationResult> |
AWSServerlessApplicationRepositoryAsync.createApplicationAsync(CreateApplicationRequest createApplicationRequest)
Creates an application, optionally including an AWS SAM file to create the first application version in the same
call.
|
Future<CreateApplicationResult> |
AbstractAWSServerlessApplicationRepositoryAsync.createApplicationAsync(CreateApplicationRequest request) |
Future<CreateApplicationResult> |
AWSServerlessApplicationRepositoryAsyncClient.createApplicationAsync(CreateApplicationRequest request) |
Future<CreateApplicationResult> |
AWSServerlessApplicationRepositoryAsync.createApplicationAsync(CreateApplicationRequest createApplicationRequest,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
Creates an application, optionally including an AWS SAM file to create the first application version in the same
call.
|
Future<CreateApplicationResult> |
AbstractAWSServerlessApplicationRepositoryAsync.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
Future<CreateApplicationResult> |
AWSServerlessApplicationRepositoryAsyncClient.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateApplicationResult> |
AWSServerlessApplicationRepositoryAsync.createApplicationAsync(CreateApplicationRequest createApplicationRequest,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
Creates an application, optionally including an AWS SAM file to create the first application version in the same
call.
|
Future<CreateApplicationResult> |
AbstractAWSServerlessApplicationRepositoryAsync.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
Future<CreateApplicationResult> |
AWSServerlessApplicationRepositoryAsyncClient.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest |
CreateApplicationRequest.clone() |
CreateApplicationRequest |
CreateApplicationRequest.withAuthor(String author)
The name of the author publishing the app.
|
CreateApplicationRequest |
CreateApplicationRequest.withDescription(String description)
The description of the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withHomePageUrl(String homePageUrl)
A URL with more information about the application, for example the location of your GitHub repository for the
application.
|
CreateApplicationRequest |
CreateApplicationRequest.withLabels(Collection<String> labels)
Labels to improve discovery of apps in search results.
|
CreateApplicationRequest |
CreateApplicationRequest.withLabels(String... labels)
Labels to improve discovery of apps in search results.
|
CreateApplicationRequest |
CreateApplicationRequest.withLicenseBody(String licenseBody)
A raw text file that contains the license of the app that matches the spdxLicenseID of your application.
|
CreateApplicationRequest |
CreateApplicationRequest.withLicenseUrl(String licenseUrl)
A link to a license file of the app that matches the spdxLicenseID of your application.
|
CreateApplicationRequest |
CreateApplicationRequest.withName(String name)
The name of the application you want to publish.
|
CreateApplicationRequest |
CreateApplicationRequest.withReadmeBody(String readmeBody)
A raw text Readme file that contains a more detailed description of the application and how it works in markdown
language.
|
CreateApplicationRequest |
CreateApplicationRequest.withReadmeUrl(String readmeUrl)
A link to the Readme file that contains a more detailed description of the application and how it works in
markdown language.
|
CreateApplicationRequest |
CreateApplicationRequest.withSemanticVersion(String semanticVersion)
The semantic version of the application:
|
CreateApplicationRequest |
CreateApplicationRequest.withSourceCodeUrl(String sourceCodeUrl)
A link to a public repository for the source code of your application.
|
CreateApplicationRequest |
CreateApplicationRequest.withSpdxLicenseId(String spdxLicenseId)
A valid identifier from https://spdx.org/licenses/.
|
CreateApplicationRequest |
CreateApplicationRequest.withTemplateBody(String templateBody)
The raw packaged AWS SAM template of your application.
|
CreateApplicationRequest |
CreateApplicationRequest.withTemplateUrl(String templateUrl)
A link to the packaged AWS SAM template of your application.
|
Copyright © 2018. All rights reserved.