| 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 CreateCloudFormationChangeSetResponse |
ServerlessApplicationRepositoryClient.createCloudFormationChangeSet(Consumer<CreateCloudFormationChangeSetRequest.Builder> createCloudFormationChangeSetRequest)
Creates an AWS CloudFormation change set for the given application.
|
default CreateCloudFormationChangeSetResponse |
ServerlessApplicationRepositoryClient.createCloudFormationChangeSet(CreateCloudFormationChangeSetRequest createCloudFormationChangeSetRequest)
Creates an AWS CloudFormation change set for the given application.
|
default CreateCloudFormationTemplateResponse |
ServerlessApplicationRepositoryClient.createCloudFormationTemplate(Consumer<CreateCloudFormationTemplateRequest.Builder> createCloudFormationTemplateRequest)
Creates an AWS CloudFormation template.
|
default CreateCloudFormationTemplateResponse |
ServerlessApplicationRepositoryClient.createCloudFormationTemplate(CreateCloudFormationTemplateRequest createCloudFormationTemplateRequest)
Creates an AWS CloudFormation template.
|
default DeleteApplicationResponse |
ServerlessApplicationRepositoryClient.deleteApplication(Consumer<DeleteApplicationRequest.Builder> deleteApplicationRequest)
Deletes the specified application.
|
default DeleteApplicationResponse |
ServerlessApplicationRepositoryClient.deleteApplication(DeleteApplicationRequest deleteApplicationRequest)
Deletes the specified application.
|
default GetApplicationResponse |
ServerlessApplicationRepositoryClient.getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest)
Gets the specified application.
|
default GetApplicationResponse |
ServerlessApplicationRepositoryClient.getApplication(GetApplicationRequest getApplicationRequest)
Gets the specified application.
|
default GetApplicationPolicyResponse |
ServerlessApplicationRepositoryClient.getApplicationPolicy(Consumer<GetApplicationPolicyRequest.Builder> getApplicationPolicyRequest)
Retrieves the policy for the application.
|
default GetApplicationPolicyResponse |
ServerlessApplicationRepositoryClient.getApplicationPolicy(GetApplicationPolicyRequest getApplicationPolicyRequest)
Retrieves the policy for the application.
|
default GetCloudFormationTemplateResponse |
ServerlessApplicationRepositoryClient.getCloudFormationTemplate(Consumer<GetCloudFormationTemplateRequest.Builder> getCloudFormationTemplateRequest)
Gets the specified AWS CloudFormation template.
|
default GetCloudFormationTemplateResponse |
ServerlessApplicationRepositoryClient.getCloudFormationTemplate(GetCloudFormationTemplateRequest getCloudFormationTemplateRequest)
Gets the specified AWS CloudFormation template.
|
default ListApplicationDependenciesResponse |
ServerlessApplicationRepositoryClient.listApplicationDependencies(Consumer<ListApplicationDependenciesRequest.Builder> listApplicationDependenciesRequest)
Retrieves the list of applications nested in the containing application.
|
default ListApplicationDependenciesResponse |
ServerlessApplicationRepositoryClient.listApplicationDependencies(ListApplicationDependenciesRequest listApplicationDependenciesRequest)
Retrieves the list of applications nested in the containing application.
|
default ListApplicationDependenciesIterable |
ServerlessApplicationRepositoryClient.listApplicationDependenciesPaginator(Consumer<ListApplicationDependenciesRequest.Builder> listApplicationDependenciesRequest)
Retrieves the list of applications nested in the containing application.
|
default ListApplicationDependenciesIterable |
ServerlessApplicationRepositoryClient.listApplicationDependenciesPaginator(ListApplicationDependenciesRequest listApplicationDependenciesRequest)
Retrieves the list of applications nested in the containing application.
|
default ListApplicationsResponse |
ServerlessApplicationRepositoryClient.listApplications()
Lists applications owned by the requester.
|
default ListApplicationsResponse |
ServerlessApplicationRepositoryClient.listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)
Lists applications owned by the requester.
|
default ListApplicationsResponse |
ServerlessApplicationRepositoryClient.listApplications(ListApplicationsRequest listApplicationsRequest)
Lists applications owned by the requester.
|
default ListApplicationsIterable |
ServerlessApplicationRepositoryClient.listApplicationsPaginator()
Lists applications owned by the requester.
|
default ListApplicationsIterable |
ServerlessApplicationRepositoryClient.listApplicationsPaginator(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)
Lists applications owned by the requester.
|
default ListApplicationsIterable |
ServerlessApplicationRepositoryClient.listApplicationsPaginator(ListApplicationsRequest listApplicationsRequest)
Lists applications owned by the requester.
|
default ListApplicationVersionsResponse |
ServerlessApplicationRepositoryClient.listApplicationVersions(Consumer<ListApplicationVersionsRequest.Builder> listApplicationVersionsRequest)
Lists versions for the specified application.
|
default ListApplicationVersionsResponse |
ServerlessApplicationRepositoryClient.listApplicationVersions(ListApplicationVersionsRequest listApplicationVersionsRequest)
Lists versions for the specified application.
|
default ListApplicationVersionsIterable |
ServerlessApplicationRepositoryClient.listApplicationVersionsPaginator(Consumer<ListApplicationVersionsRequest.Builder> listApplicationVersionsRequest)
Lists versions for the specified application.
|
default ListApplicationVersionsIterable |
ServerlessApplicationRepositoryClient.listApplicationVersionsPaginator(ListApplicationVersionsRequest listApplicationVersionsRequest)
Lists versions for the specified application.
|
default PutApplicationPolicyResponse |
ServerlessApplicationRepositoryClient.putApplicationPolicy(Consumer<PutApplicationPolicyRequest.Builder> putApplicationPolicyRequest)
Sets the permission policy for an application.
|
default PutApplicationPolicyResponse |
ServerlessApplicationRepositoryClient.putApplicationPolicy(PutApplicationPolicyRequest putApplicationPolicyRequest)
Sets the permission policy for an application.
|
default UnshareApplicationResponse |
ServerlessApplicationRepositoryClient.unshareApplication(Consumer<UnshareApplicationRequest.Builder> unshareApplicationRequest)
Unshares an application from an AWS Organization.
|
default UnshareApplicationResponse |
ServerlessApplicationRepositoryClient.unshareApplication(UnshareApplicationRequest unshareApplicationRequest)
Unshares an application from an AWS Organization.
|
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.