Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackResourceDrift
-
Packages that use StackResourceDrift Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of StackResourceDrift in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackResourceDrift Modifier and Type Method Description StackResourceDriftDetectStackResourceDriftResponse. stackResourceDrift()Information about whether the resource's actual configuration has drifted from its expected template configuration, including actual and expected property values and any differences detected.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackResourceDrift Modifier and Type Method Description List<StackResourceDrift>DescribeStackResourceDriftsResponse. stackResourceDrifts()Drift information for the resources that have been checked for drift in the specified stack.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackResourceDrift Modifier and Type Method Description DetectStackResourceDriftResponse.BuilderDetectStackResourceDriftResponse.Builder. stackResourceDrift(StackResourceDrift stackResourceDrift)Information about whether the resource's actual configuration has drifted from its expected template configuration, including actual and expected property values and any differences detected.DescribeStackResourceDriftsResponse.BuilderDescribeStackResourceDriftsResponse.Builder. stackResourceDrifts(StackResourceDrift... stackResourceDrifts)Drift information for the resources that have been checked for drift in the specified stack.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type StackResourceDrift Modifier and Type Method Description DescribeStackResourceDriftsResponse.BuilderDescribeStackResourceDriftsResponse.Builder. stackResourceDrifts(Collection<StackResourceDrift> stackResourceDrifts)Drift information for the resources that have been checked for drift in the specified stack.
-