| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsCloudFormationStackDriftInformationDetails.Builder |
AwsCloudFormationStackDriftInformationDetails.builder() |
AwsCloudFormationStackDriftInformationDetails.Builder |
AwsCloudFormationStackDriftInformationDetails.Builder.stackDriftStatus(String stackDriftStatus)
Status of the stack's actual configuration compared to its expected template configuration.
|
AwsCloudFormationStackDriftInformationDetails.Builder |
AwsCloudFormationStackDriftInformationDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsCloudFormationStackDriftInformationDetails.Builder> |
AwsCloudFormationStackDriftInformationDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsCloudFormationStackDetails.Builder |
AwsCloudFormationStackDetails.Builder.driftInformation(Consumer<AwsCloudFormationStackDriftInformationDetails.Builder> driftInformation)
Information about whether a stack's actual configuration differs, or has drifted, from its expected
configuration, as defined in the stack template and any values specified as template parameters.
|
Copyright © 2023. All rights reserved.