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