Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackResourceDrift
Packages that use StackResourceDrift
-
Uses of StackResourceDrift in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackResourceDriftModifier and TypeMethodDescriptionfinal 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 StackResourceDriftModifier and TypeMethodDescriptionfinal 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 StackResourceDriftModifier and TypeMethodDescriptionDetectStackResourceDriftResponse.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.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 StackResourceDriftModifier and TypeMethodDescriptionDescribeStackResourceDriftsResponse.Builder.stackResourceDrifts(Collection<StackResourceDrift> stackResourceDrifts) Drift information for the resources that have been checked for drift in the specified stack.