| 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) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
CreateApplicationResult |
CreateApplicationResult.clone() |
CreateApplicationResult |
CreateApplicationResult.withApplicationId(String applicationId)
The application Amazon Resource Name (ARN).
|
CreateApplicationResult |
CreateApplicationResult.withAuthor(String author)
The name of the author publishing the app.
|
CreateApplicationResult |
CreateApplicationResult.withCreationTime(String creationTime)
The date and time this resource was created.
|
CreateApplicationResult |
CreateApplicationResult.withDescription(String description)
The description of the application.
|
CreateApplicationResult |
CreateApplicationResult.withHomePageUrl(String homePageUrl)
A URL with more information about the application, for example the location of your GitHub repository for the
application.
|
CreateApplicationResult |
CreateApplicationResult.withIsVerifiedAuthor(Boolean isVerifiedAuthor)
Whether the author of this application has been verified.
|
CreateApplicationResult |
CreateApplicationResult.withLabels(Collection<String> labels)
Labels to improve discovery of apps in search results.
|
CreateApplicationResult |
CreateApplicationResult.withLabels(String... labels)
Labels to improve discovery of apps in search results.
|
CreateApplicationResult |
CreateApplicationResult.withLicenseUrl(String licenseUrl)
A link to a license file of the app that matches the spdxLicenseID value of your application.
|
CreateApplicationResult |
CreateApplicationResult.withName(String name)
The name of the application.
|
CreateApplicationResult |
CreateApplicationResult.withReadmeUrl(String readmeUrl)
A link to the readme file in Markdown language that contains a more detailed description of the application and
how it works.
|
CreateApplicationResult |
CreateApplicationResult.withSpdxLicenseId(String spdxLicenseId)
A valid identifier from https://spdx.org/licenses/.
|
CreateApplicationResult |
CreateApplicationResult.withVerifiedAuthorUrl(String verifiedAuthorUrl)
The URL to the public profile of a verified author.
|
CreateApplicationResult |
CreateApplicationResult.withVersion(Version version)
Version information about the application.
|
Copyright © 2023. All rights reserved.