| Package | Description |
|---|---|
| software.amazon.awssdk.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateDefinition |
Template.definition()
Template configuration to define the information included in certificates.
|
TemplateDefinition |
CreateTemplateRequest.definition()
Template configuration to define the information included in certificates.
|
TemplateDefinition |
UpdateTemplateRequest.definition()
Template configuration to define the information included in certificates.
|
TemplateDefinition |
TemplateSummary.definition()
Template configuration to define the information included in certificates.
|
static TemplateDefinition |
TemplateDefinition.fromTemplateV2(Consumer<TemplateV2.Builder> templateV2)
Create an instance of this class with
templateV2() initialized to the given value. |
static TemplateDefinition |
TemplateDefinition.fromTemplateV2(TemplateV2 templateV2)
Create an instance of this class with
templateV2() initialized to the given value. |
static TemplateDefinition |
TemplateDefinition.fromTemplateV3(Consumer<TemplateV3.Builder> templateV3)
Create an instance of this class with
templateV3() initialized to the given value. |
static TemplateDefinition |
TemplateDefinition.fromTemplateV3(TemplateV3 templateV3)
Create an instance of this class with
templateV3() initialized to the given value. |
static TemplateDefinition |
TemplateDefinition.fromTemplateV4(Consumer<TemplateV4.Builder> templateV4)
Create an instance of this class with
templateV4() initialized to the given value. |
static TemplateDefinition |
TemplateDefinition.fromTemplateV4(TemplateV4 templateV4)
Create an instance of this class with
templateV4() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
Template.Builder |
Template.Builder.definition(TemplateDefinition definition)
Template configuration to define the information included in certificates.
|
CreateTemplateRequest.Builder |
CreateTemplateRequest.Builder.definition(TemplateDefinition definition)
Template configuration to define the information included in certificates.
|
UpdateTemplateRequest.Builder |
UpdateTemplateRequest.Builder.definition(TemplateDefinition definition)
Template configuration to define the information included in certificates.
|
TemplateSummary.Builder |
TemplateSummary.Builder.definition(TemplateDefinition definition)
Template configuration to define the information included in certificates.
|
Copyright © 2023. All rights reserved.