| 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 |
|---|---|
Future<UpdateApplicationResult> |
AWSServerlessApplicationRepositoryAsyncClient.updateApplicationAsync(UpdateApplicationRequest request,
AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler) |
Future<UpdateApplicationResult> |
AbstractAWSServerlessApplicationRepositoryAsync.updateApplicationAsync(UpdateApplicationRequest request,
AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler) |
Future<UpdateApplicationResult> |
AWSServerlessApplicationRepositoryAsync.updateApplicationAsync(UpdateApplicationRequest updateApplicationRequest,
AsyncHandler<UpdateApplicationRequest,UpdateApplicationResult> asyncHandler)
Updates the specified application.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateApplicationRequest |
UpdateApplicationRequest.clone() |
UpdateApplicationRequest |
UpdateApplicationRequest.withApplicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
|
UpdateApplicationRequest |
UpdateApplicationRequest.withAuthor(String author)
The name of the author publishing the app.
|
UpdateApplicationRequest |
UpdateApplicationRequest.withDescription(String description)
The description of the application.
|
UpdateApplicationRequest |
UpdateApplicationRequest.withHomePageUrl(String homePageUrl)
A URL with more information about the application, for example the location of your GitHub repository for the
application.
|
UpdateApplicationRequest |
UpdateApplicationRequest.withLabels(Collection<String> labels)
Labels to improve discovery of apps in search results.
|
UpdateApplicationRequest |
UpdateApplicationRequest.withLabels(String... labels)
Labels to improve discovery of apps in search results.
|
UpdateApplicationRequest |
UpdateApplicationRequest.withReadmeBody(String readmeBody)
A text readme file in Markdown language that contains a more detailed description of the application and how it
works.
|
UpdateApplicationRequest |
UpdateApplicationRequest.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.
|
Copyright © 2022. All rights reserved.