| Package | Description |
|---|---|
| software.amazon.awssdk.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
AuditReportResponseFormat |
CreateCertificateAuthorityAuditReportRequest.auditReportResponseFormat()
The format in which to create the report.
|
static AuditReportResponseFormat |
AuditReportResponseFormat.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AuditReportResponseFormat |
AuditReportResponseFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditReportResponseFormat[] |
AuditReportResponseFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AuditReportResponseFormat> |
AuditReportResponseFormat.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateCertificateAuthorityAuditReportRequest.Builder |
CreateCertificateAuthorityAuditReportRequest.Builder.auditReportResponseFormat(AuditReportResponseFormat auditReportResponseFormat)
The format in which to create the report.
|
Copyright © 2023. All rights reserved.