| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateApplicationResponse |
ServerlessApplicationRepositoryClient.createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)
Creates an application, optionally including an AWS SAM file to create the first application version in the same
call.
|
default CreateApplicationResponse |
ServerlessApplicationRepositoryClient.createApplication(CreateApplicationRequest createApplicationRequest)
Creates an application, optionally including an AWS SAM file to create the first application version in the same
call.
|
default CreateApplicationVersionResponse |
ServerlessApplicationRepositoryClient.createApplicationVersion(Consumer<CreateApplicationVersionRequest.Builder> createApplicationVersionRequest)
Creates an application version.
|
default CreateApplicationVersionResponse |
ServerlessApplicationRepositoryClient.createApplicationVersion(CreateApplicationVersionRequest createApplicationVersionRequest)
Creates an application version.
|
default DeleteApplicationResponse |
ServerlessApplicationRepositoryClient.deleteApplication(Consumer<DeleteApplicationRequest.Builder> deleteApplicationRequest)
Deletes the specified application.
|
default DeleteApplicationResponse |
ServerlessApplicationRepositoryClient.deleteApplication(DeleteApplicationRequest deleteApplicationRequest)
Deletes the specified application.
|
default UpdateApplicationResponse |
ServerlessApplicationRepositoryClient.updateApplication(Consumer<UpdateApplicationRequest.Builder> updateApplicationRequest)
Updates the specified application.
|
default UpdateApplicationResponse |
ServerlessApplicationRepositoryClient.updateApplication(UpdateApplicationRequest updateApplicationRequest)
Updates the specified application.
|
Copyright © 2023. All rights reserved.