| 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 |
|---|---|
GetApplicationResult |
AWSServerlessApplicationRepository.getApplication(GetApplicationRequest getApplicationRequest)
Gets the specified application.
|
GetApplicationResult |
AWSServerlessApplicationRepositoryClient.getApplication(GetApplicationRequest request)
Gets the specified application.
|
GetApplicationResult |
AbstractAWSServerlessApplicationRepository.getApplication(GetApplicationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetApplicationResult> |
AWSServerlessApplicationRepositoryAsync.getApplicationAsync(GetApplicationRequest getApplicationRequest,
AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler)
Gets the specified application.
|
Future<GetApplicationResult> |
AbstractAWSServerlessApplicationRepositoryAsync.getApplicationAsync(GetApplicationRequest request,
AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler) |
Future<GetApplicationResult> |
AWSServerlessApplicationRepositoryAsyncClient.getApplicationAsync(GetApplicationRequest request,
AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetApplicationResult |
GetApplicationResult.clone() |
GetApplicationResult |
GetApplicationResult.withApplicationId(String applicationId)
The application Amazon Resource Name (ARN).
|
GetApplicationResult |
GetApplicationResult.withAuthor(String author)
The name of the author publishing the app.
|
GetApplicationResult |
GetApplicationResult.withCreationTime(String creationTime)
The date/time this resource was created.
|
GetApplicationResult |
GetApplicationResult.withDescription(String description)
The description of the application.
|
GetApplicationResult |
GetApplicationResult.withHomePageUrl(String homePageUrl)
A URL with more information about the application, for example the location of your GitHub repository for the
application.
|
GetApplicationResult |
GetApplicationResult.withLabels(Collection<String> labels)
Labels to improve discovery of apps in search results.
|
GetApplicationResult |
GetApplicationResult.withLabels(String... labels)
Labels to improve discovery of apps in search results.
|
GetApplicationResult |
GetApplicationResult.withLicenseUrl(String licenseUrl)
A link to a license file of the app that matches the spdxLicenseID of your application.
|
GetApplicationResult |
GetApplicationResult.withName(String name)
The name of the application.
|
GetApplicationResult |
GetApplicationResult.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.
|
GetApplicationResult |
GetApplicationResult.withSpdxLicenseId(String spdxLicenseId)
A valid identifier from https://spdx.org/licenses/.
|
GetApplicationResult |
GetApplicationResult.withVersion(Version version)
Version information about the application.
|
Copyright © 2018. All rights reserved.