| 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 |
AWSServerlessApplicationRepositoryClient.createApplication(CreateApplicationRequest request)
Creates an application, optionally including an AWS SAM file to create the first application version in the same
call.
|
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 |
AbstractAWSServerlessApplicationRepository.createApplication(CreateApplicationRequest request) |
Future<CreateApplicationResult> |
AWSServerlessApplicationRepositoryAsyncClient.createApplicationAsync(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,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
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) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateApplicationResult> |
AWSServerlessApplicationRepositoryAsyncClient.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
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) |
| 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 local text file that contains the license of the app that matches the spdxLicenseID value of your application.
|
CreateApplicationRequest |
CreateApplicationRequest.withLicenseUrl(String licenseUrl)
A link to the S3 object that contains the license of the app that matches the spdxLicenseID value of your
application.
|
CreateApplicationRequest |
CreateApplicationRequest.withName(String name)
The name of the application that you want to publish.
|
CreateApplicationRequest |
CreateApplicationRequest.withReadmeBody(String readmeBody)
A local text readme file in Markdown language that contains a more detailed description of the application and
how it works.
|
CreateApplicationRequest |
CreateApplicationRequest.withReadmeUrl(String readmeUrl)
A link to the S3 object in Markdown language that contains a more detailed description of the application and how
it works.
|
CreateApplicationRequest |
CreateApplicationRequest.withSemanticVersion(String semanticVersion)
The semantic version of the application:
|
CreateApplicationRequest |
CreateApplicationRequest.withSourceCodeArchiveUrl(String sourceCodeArchiveUrl)
A link to the S3 object that contains the ZIP archive of the source code for this version of your application.
|
CreateApplicationRequest |
CreateApplicationRequest.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.
|
CreateApplicationRequest |
CreateApplicationRequest.withSpdxLicenseId(String spdxLicenseId)
A valid identifier from https://spdx.org/licenses/.
|
CreateApplicationRequest |
CreateApplicationRequest.withTemplateBody(String templateBody)
The local raw packaged AWS SAM template file of your application.
|
CreateApplicationRequest |
CreateApplicationRequest.withTemplateUrl(String templateUrl)
A link to the S3 object containing the packaged AWS SAM template of your application.
|
Copyright © 2023. All rights reserved.