Uses of Class
software.amazon.awssdk.services.resiliencehub.model.AppComplianceStatusType
-
Packages that use AppComplianceStatusType Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of AppComplianceStatusType in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return AppComplianceStatusType Modifier and Type Method Description AppComplianceStatusTypeApp. complianceStatus()Current status of compliance for the resiliency policy.AppComplianceStatusTypeAppSummary. complianceStatus()The current status of compliance for the resiliency policy.static AppComplianceStatusTypeAppComplianceStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AppComplianceStatusTypeAppComplianceStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static AppComplianceStatusType[]AppComplianceStatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type AppComplianceStatusType Modifier and Type Method Description static Set<AppComplianceStatusType>AppComplianceStatusType. knownValues()Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type AppComplianceStatusType Modifier and Type Method Description App.BuilderApp.Builder. complianceStatus(AppComplianceStatusType complianceStatus)Current status of compliance for the resiliency policy.AppSummary.BuilderAppSummary.Builder. complianceStatus(AppComplianceStatusType complianceStatus)The current status of compliance for the resiliency policy.
-