| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
Template |
Template.clone() |
Template |
GetTemplateResult.getTemplate()
A certificate template that the connector uses to issue certificates from a private CA.
|
Template |
Template.withArn(String arn)
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
|
Template |
Template.withConnectorArn(String connectorArn)
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
|
Template |
Template.withCreatedAt(Date createdAt)
The date and time that the template was created.
|
Template |
Template.withDefinition(TemplateDefinition definition)
Template configuration to define the information included in certificates.
|
Template |
Template.withName(String name)
Name of the templates.
|
Template |
Template.withObjectIdentifier(String objectIdentifier)
Object identifier of a template.
|
Template |
Template.withPolicySchema(Integer policySchema)
The template schema version.
|
Template |
Template.withRevision(TemplateRevision revision)
The version of the template.
|
Template |
Template.withStatus(String status)
Status of the template.
|
Template |
Template.withStatus(TemplateStatus status)
Status of the template.
|
Template |
Template.withUpdatedAt(Date updatedAt)
The date and time that the template was updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTemplateResult.setTemplate(Template template)
A certificate template that the connector uses to issue certificates from a private CA.
|
GetTemplateResult |
GetTemplateResult.withTemplate(Template template)
A certificate template that the connector uses to issue certificates from a private CA.
|
Copyright © 2024. All rights reserved.