| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceDrift |
ResourceDrift.clone() |
ResourceDrift |
ResourceDrift.withAppArn(String appArn)
Amazon Resource Name (ARN) of the application whose resources have drifted.
|
ResourceDrift |
ResourceDrift.withAppVersion(String appVersion)
Version of the application whose resources have drifted.
|
ResourceDrift |
ResourceDrift.withDiffType(DifferenceType diffType)
Indicates if the resource was added or removed.
|
ResourceDrift |
ResourceDrift.withDiffType(String diffType)
Indicates if the resource was added or removed.
|
ResourceDrift |
ResourceDrift.withReferenceId(String referenceId)
Reference identifier of the resource drift.
|
ResourceDrift |
ResourceDrift.withResourceIdentifier(ResourceIdentifier resourceIdentifier)
Identifier of the drifted resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceDrift> |
ListAppAssessmentResourceDriftsResult.getResourceDrifts()
Indicates all the resource drifts detected for an assessed entity.
|
| Modifier and Type | Method and Description |
|---|---|
ListAppAssessmentResourceDriftsResult |
ListAppAssessmentResourceDriftsResult.withResourceDrifts(ResourceDrift... resourceDrifts)
Indicates all the resource drifts detected for an assessed entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAppAssessmentResourceDriftsResult.setResourceDrifts(Collection<ResourceDrift> resourceDrifts)
Indicates all the resource drifts detected for an assessed entity.
|
ListAppAssessmentResourceDriftsResult |
ListAppAssessmentResourceDriftsResult.withResourceDrifts(Collection<ResourceDrift> resourceDrifts)
Indicates all the resource drifts detected for an assessed entity.
|
Copyright © 2024. All rights reserved.