| 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 |
AWSServerlessApplicationRepositoryClient.getApplication(GetApplicationRequest request)
Gets the specified application.
|
GetApplicationResult |
AbstractAWSServerlessApplicationRepository.getApplication(GetApplicationRequest request) |
GetApplicationResult |
AWSServerlessApplicationRepository.getApplication(GetApplicationRequest getApplicationRequest)
Gets the specified application.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetApplicationResult> |
AbstractAWSServerlessApplicationRepositoryAsync.getApplicationAsync(GetApplicationRequest request,
AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler) |
Future<GetApplicationResult> |
AWSServerlessApplicationRepositoryAsyncClient.getApplicationAsync(GetApplicationRequest request,
AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler) |
Future<GetApplicationResult> |
AWSServerlessApplicationRepositoryAsync.getApplicationAsync(GetApplicationRequest getApplicationRequest,
AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler)
Gets the specified application.
|
| 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 and 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.withIsVerifiedAuthor(Boolean isVerifiedAuthor)
Whether the author of this application has been verified.
|
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 value of your application.
|
GetApplicationResult |
GetApplicationResult.withName(String name)
The name of the application.
|
GetApplicationResult |
GetApplicationResult.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.
|
GetApplicationResult |
GetApplicationResult.withSpdxLicenseId(String spdxLicenseId)
A valid identifier from https://spdx.org/licenses/.
|
GetApplicationResult |
GetApplicationResult.withVerifiedAuthorUrl(String verifiedAuthorUrl)
The URL to the public profile of a verified author.
|
GetApplicationResult |
GetApplicationResult.withVersion(Version version)
Version information about the application.
|
Copyright © 2023. All rights reserved.