| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentTemplate |
EnvironmentTemplate.clone() |
EnvironmentTemplate |
UpdateEnvironmentTemplateResult.getEnvironmentTemplate()
The environment template detail data that's returned by AWS Proton.
|
EnvironmentTemplate |
DeleteEnvironmentTemplateResult.getEnvironmentTemplate()
The environment template detail data that's returned by AWS Proton.
|
EnvironmentTemplate |
GetEnvironmentTemplateResult.getEnvironmentTemplate()
The environment template detail data that's returned by AWS Proton.
|
EnvironmentTemplate |
CreateEnvironmentTemplateResult.getEnvironmentTemplate()
The environment template detail data that's returned by AWS Proton.
|
EnvironmentTemplate |
EnvironmentTemplate.withArn(String arn)
The Amazon Resource Name (ARN) of the environment template.
|
EnvironmentTemplate |
EnvironmentTemplate.withCreatedAt(Date createdAt)
The time when the environment template was created.
|
EnvironmentTemplate |
EnvironmentTemplate.withDescription(String description)
A description of the environment template.
|
EnvironmentTemplate |
EnvironmentTemplate.withDisplayName(String displayName)
The name of the environment template as displayed in the developer interface.
|
EnvironmentTemplate |
EnvironmentTemplate.withEncryptionKey(String encryptionKey)
The customer provided encryption key for the environment template.
|
EnvironmentTemplate |
EnvironmentTemplate.withLastModifiedAt(Date lastModifiedAt)
The time when the environment template was last modified.
|
EnvironmentTemplate |
EnvironmentTemplate.withName(String name)
The name of the environment template.
|
EnvironmentTemplate |
EnvironmentTemplate.withProvisioning(Provisioning provisioning)
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
|
EnvironmentTemplate |
EnvironmentTemplate.withProvisioning(String provisioning)
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
|
EnvironmentTemplate |
EnvironmentTemplate.withRecommendedVersion(String recommendedVersion)
The ID of the recommended version of the environment template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateEnvironmentTemplateResult.setEnvironmentTemplate(EnvironmentTemplate environmentTemplate)
The environment template detail data that's returned by AWS Proton.
|
void |
DeleteEnvironmentTemplateResult.setEnvironmentTemplate(EnvironmentTemplate environmentTemplate)
The environment template detail data that's returned by AWS Proton.
|
void |
GetEnvironmentTemplateResult.setEnvironmentTemplate(EnvironmentTemplate environmentTemplate)
The environment template detail data that's returned by AWS Proton.
|
void |
CreateEnvironmentTemplateResult.setEnvironmentTemplate(EnvironmentTemplate environmentTemplate)
The environment template detail data that's returned by AWS Proton.
|
UpdateEnvironmentTemplateResult |
UpdateEnvironmentTemplateResult.withEnvironmentTemplate(EnvironmentTemplate environmentTemplate)
The environment template detail data that's returned by AWS Proton.
|
DeleteEnvironmentTemplateResult |
DeleteEnvironmentTemplateResult.withEnvironmentTemplate(EnvironmentTemplate environmentTemplate)
The environment template detail data that's returned by AWS Proton.
|
GetEnvironmentTemplateResult |
GetEnvironmentTemplateResult.withEnvironmentTemplate(EnvironmentTemplate environmentTemplate)
The environment template detail data that's returned by AWS Proton.
|
CreateEnvironmentTemplateResult |
CreateEnvironmentTemplateResult.withEnvironmentTemplate(EnvironmentTemplate environmentTemplate)
The environment template detail data that's returned by AWS Proton.
|
Copyright © 2021. All rights reserved.