| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateSummary |
TemplateSummary.clone() |
TemplateSummary |
TemplateSummary.withArn(String arn)
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
|
TemplateSummary |
TemplateSummary.withConnectorArn(String connectorArn)
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
|
TemplateSummary |
TemplateSummary.withCreatedAt(Date createdAt)
The date and time that the template was created.
|
TemplateSummary |
TemplateSummary.withDefinition(TemplateDefinition definition)
Template configuration to define the information included in certificates.
|
TemplateSummary |
TemplateSummary.withName(String name)
Name of the template.
|
TemplateSummary |
TemplateSummary.withObjectIdentifier(String objectIdentifier)
Object identifier of a template.
|
TemplateSummary |
TemplateSummary.withPolicySchema(Integer policySchema)
The template schema version.
|
TemplateSummary |
TemplateSummary.withRevision(TemplateRevision revision)
The revision version of the template.
|
TemplateSummary |
TemplateSummary.withStatus(String status)
Status of the template.
|
TemplateSummary |
TemplateSummary.withStatus(TemplateStatus status)
Status of the template.
|
TemplateSummary |
TemplateSummary.withUpdatedAt(Date updatedAt)
The date and time that the template was updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<TemplateSummary> |
ListTemplatesResult.getTemplates()
Custom configuration templates used when issuing a certificate.
|
| Modifier and Type | Method and Description |
|---|---|
ListTemplatesResult |
ListTemplatesResult.withTemplates(TemplateSummary... templates)
Custom configuration templates used when issuing a certificate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTemplatesResult.setTemplates(Collection<TemplateSummary> templates)
Custom configuration templates used when issuing a certificate.
|
ListTemplatesResult |
ListTemplatesResult.withTemplates(Collection<TemplateSummary> templates)
Custom configuration templates used when issuing a certificate.
|
Copyright © 2023. All rights reserved.