| Package | Description |
|---|---|
| software.amazon.awssdk.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
AppDriftStatusType |
AppSummary.driftStatus()
Indicates if compliance drifts (deviations) were detected while running an assessment for your application.
|
AppDriftStatusType |
App.driftStatus()
Indicates if compliance drifts (deviations) were detected while running an assessment for your application.
|
static AppDriftStatusType |
AppDriftStatusType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AppDriftStatusType |
AppDriftStatusType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AppDriftStatusType> |
AppDriftStatusType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AppSummary.Builder |
AppSummary.Builder.driftStatus(AppDriftStatusType driftStatus)
Indicates if compliance drifts (deviations) were detected while running an assessment for your application.
|
App.Builder |
App.Builder.driftStatus(AppDriftStatusType driftStatus)
Indicates if compliance drifts (deviations) were detected while running an assessment for your application.
|
Copyright © 2023. All rights reserved.