Uses of Class
software.amazon.awssdk.services.acmpca.model.AuditReportStatus
-
Packages that use AuditReportStatus Package Description software.amazon.awssdk.services.acmpca.model -
-
Uses of AuditReportStatus in software.amazon.awssdk.services.acmpca.model
Methods in software.amazon.awssdk.services.acmpca.model that return AuditReportStatus Modifier and Type Method Description AuditReportStatusDescribeCertificateAuthorityAuditReportResponse. auditReportStatus()Specifies whether report creation is in progress, has succeeded, or has failed.static AuditReportStatusAuditReportStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuditReportStatusAuditReportStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AuditReportStatus[]AuditReportStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.acmpca.model that return types with arguments of type AuditReportStatus Modifier and Type Method Description static Set<AuditReportStatus>AuditReportStatus. knownValues()Methods in software.amazon.awssdk.services.acmpca.model with parameters of type AuditReportStatus Modifier and Type Method Description DescribeCertificateAuthorityAuditReportResponse.BuilderDescribeCertificateAuthorityAuditReportResponse.Builder. auditReportStatus(AuditReportStatus auditReportStatus)Specifies whether report creation is in progress, has succeeded, or has failed.
-