| 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 |
|---|---|
CreateCloudFormationTemplateResult |
AbstractAWSServerlessApplicationRepository.createCloudFormationTemplate(CreateCloudFormationTemplateRequest request) |
CreateCloudFormationTemplateResult |
AWSServerlessApplicationRepository.createCloudFormationTemplate(CreateCloudFormationTemplateRequest createCloudFormationTemplateRequest)
Creates an AWS CloudFormation template.
|
CreateCloudFormationTemplateResult |
AWSServerlessApplicationRepositoryClient.createCloudFormationTemplate(CreateCloudFormationTemplateRequest request)
Creates an AWS CloudFormation template.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCloudFormationTemplateResult |
CreateCloudFormationTemplateResult.clone() |
CreateCloudFormationTemplateResult |
CreateCloudFormationTemplateResult.withApplicationId(String applicationId)
The application Amazon Resource Name (ARN).
|
CreateCloudFormationTemplateResult |
CreateCloudFormationTemplateResult.withCreationTime(String creationTime)
The date and time this resource was created.
|
CreateCloudFormationTemplateResult |
CreateCloudFormationTemplateResult.withExpirationTime(String expirationTime)
The date and time this template expires.
|
CreateCloudFormationTemplateResult |
CreateCloudFormationTemplateResult.withSemanticVersion(String semanticVersion)
The semantic version of the application:
|
CreateCloudFormationTemplateResult |
CreateCloudFormationTemplateResult.withStatus(Status status)
Status of the template creation workflow.
|
CreateCloudFormationTemplateResult |
CreateCloudFormationTemplateResult.withStatus(String status)
Status of the template creation workflow.
|
CreateCloudFormationTemplateResult |
CreateCloudFormationTemplateResult.withTemplateId(String templateId)
The UUID returned by CreateCloudFormationTemplate.
|
CreateCloudFormationTemplateResult |
CreateCloudFormationTemplateResult.withTemplateUrl(String templateUrl)
A link to the template that can be used to deploy the application using AWS CloudFormation.
|
Copyright © 2023. All rights reserved.