Uses of Class
software.amazon.awssdk.services.resiliencehub.model.AppDriftStatusType
-
Packages that use AppDriftStatusType Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of AppDriftStatusType in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return AppDriftStatusType Modifier and Type Method Description AppDriftStatusTypeApp. driftStatus()Indicates if compliance drifts (deviations) were detected while running an assessment for your application.AppDriftStatusTypeAppSummary. driftStatus()Indicates if compliance drifts (deviations) were detected while running an assessment for your application.static AppDriftStatusTypeAppDriftStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AppDriftStatusTypeAppDriftStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static AppDriftStatusType[]AppDriftStatusType. 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 AppDriftStatusType Modifier and Type Method Description static Set<AppDriftStatusType>AppDriftStatusType. knownValues()Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type AppDriftStatusType Modifier and Type Method Description App.BuilderApp.Builder. driftStatus(AppDriftStatusType driftStatus)Indicates if compliance drifts (deviations) were detected while running an assessment for your application.AppSummary.BuilderAppSummary.Builder. driftStatus(AppDriftStatusType driftStatus)Indicates if compliance drifts (deviations) were detected while running an assessment for your application.
-