| Package | Description |
|---|---|
| com.amazonaws.services.proton |
This is the Proton Service API Reference.
|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentTemplateVersionRequest |
CreateEnvironmentTemplateVersionRequest.clone() |
CreateEnvironmentTemplateVersionRequest |
CreateEnvironmentTemplateVersionRequest.withClientToken(String clientToken)
When included, if two identical requests are made with the same client token, Proton returns the environment
template version that the first request created.
|
CreateEnvironmentTemplateVersionRequest |
CreateEnvironmentTemplateVersionRequest.withDescription(String description)
A description of the new version of an environment template.
|
CreateEnvironmentTemplateVersionRequest |
CreateEnvironmentTemplateVersionRequest.withMajorVersion(String majorVersion)
To create a new minor version of the environment template, include a
major Version. |
CreateEnvironmentTemplateVersionRequest |
CreateEnvironmentTemplateVersionRequest.withSource(TemplateVersionSourceInput source)
An object that includes the template bundle S3 bucket path and name for the new version of an template.
|
CreateEnvironmentTemplateVersionRequest |
CreateEnvironmentTemplateVersionRequest.withTags(Collection<Tag> tags)
Create tags for a new version of an environment template.
|
CreateEnvironmentTemplateVersionRequest |
CreateEnvironmentTemplateVersionRequest.withTags(Tag... tags)
Create tags for a new version of an environment template.
|
CreateEnvironmentTemplateVersionRequest |
CreateEnvironmentTemplateVersionRequest.withTemplateName(String templateName)
The name of the environment template.
|
Copyright © 2021. All rights reserved.