Uses of Class
software.amazon.awssdk.services.auditmanager.model.EvidenceFinderBackfillStatus
-
Packages that use EvidenceFinderBackfillStatus Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of EvidenceFinderBackfillStatus in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return EvidenceFinderBackfillStatus Modifier and Type Method Description EvidenceFinderBackfillStatusEvidenceFinderEnablement. backfillStatus()The current status of the evidence data backfill process.static EvidenceFinderBackfillStatusEvidenceFinderBackfillStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EvidenceFinderBackfillStatusEvidenceFinderBackfillStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EvidenceFinderBackfillStatus[]EvidenceFinderBackfillStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type EvidenceFinderBackfillStatus Modifier and Type Method Description static Set<EvidenceFinderBackfillStatus>EvidenceFinderBackfillStatus. knownValues()Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type EvidenceFinderBackfillStatus Modifier and Type Method Description EvidenceFinderEnablement.BuilderEvidenceFinderEnablement.Builder. backfillStatus(EvidenceFinderBackfillStatus backfillStatus)The current status of the evidence data backfill process.
-