| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceTemplateSummary |
ServiceTemplateSummary.clone() |
ServiceTemplateSummary |
ServiceTemplateSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the service template.
|
ServiceTemplateSummary |
ServiceTemplateSummary.withCreatedAt(Date createdAt)
The time when the service template was created.
|
ServiceTemplateSummary |
ServiceTemplateSummary.withDescription(String description)
A description of the service template.
|
ServiceTemplateSummary |
ServiceTemplateSummary.withDisplayName(String displayName)
The service template name as displayed in the developer interface.
|
ServiceTemplateSummary |
ServiceTemplateSummary.withLastModifiedAt(Date lastModifiedAt)
The time when the service template was last modified.
|
ServiceTemplateSummary |
ServiceTemplateSummary.withName(String name)
The name of the service template.
|
ServiceTemplateSummary |
ServiceTemplateSummary.withPipelineProvisioning(Provisioning pipelineProvisioning)
If
pipelineProvisioning is true, a service pipeline is included in the service
template, otherwise a service pipeline isn't included in the service template. |
ServiceTemplateSummary |
ServiceTemplateSummary.withPipelineProvisioning(String pipelineProvisioning)
If
pipelineProvisioning is true, a service pipeline is included in the service
template, otherwise a service pipeline isn't included in the service template. |
ServiceTemplateSummary |
ServiceTemplateSummary.withRecommendedVersion(String recommendedVersion)
The recommended version of the service template.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceTemplateSummary> |
ListServiceTemplatesResult.getTemplates()
An array of service templates with detail data.
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceTemplatesResult |
ListServiceTemplatesResult.withTemplates(ServiceTemplateSummary... templates)
An array of service templates with detail data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListServiceTemplatesResult.setTemplates(Collection<ServiceTemplateSummary> templates)
An array of service templates with detail data.
|
ListServiceTemplatesResult |
ListServiceTemplatesResult.withTemplates(Collection<ServiceTemplateSummary> templates)
An array of service templates with detail data.
|
Copyright © 2024. All rights reserved.