Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackResourceDriftStatus
-
Packages that use StackResourceDriftStatus Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of StackResourceDriftStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackResourceDriftStatus Modifier and Type Method Description static StackResourceDriftStatusStackResourceDriftStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StackResourceDriftStatusStackInstanceResourceDriftsSummary. stackResourceDriftStatus()The drift status of the resource in a stack instance.StackResourceDriftStatusStackResourceDrift. stackResourceDriftStatus()Status of the resource's actual configuration compared to its expected configuration.StackResourceDriftStatusStackResourceDriftInformation. stackResourceDriftStatus()Status of the resource's actual configuration compared to its expected configurationStackResourceDriftStatusStackResourceDriftInformationSummary. stackResourceDriftStatus()Status of the resource's actual configuration compared to its expected configuration.static StackResourceDriftStatusStackResourceDriftStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static StackResourceDriftStatus[]StackResourceDriftStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackResourceDriftStatus Modifier and Type Method Description static Set<StackResourceDriftStatus>StackResourceDriftStatus. knownValues()List<StackResourceDriftStatus>ListStackInstanceResourceDriftsRequest. stackInstanceResourceDriftStatuses()The resource drift status of the stack instance.List<StackResourceDriftStatus>DescribeStackResourceDriftsRequest. stackResourceDriftStatusFilters()The resource drift status values to use as filters for the resource drift results returned.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackResourceDriftStatus Modifier and Type Method Description ListStackInstanceResourceDriftsRequest.BuilderListStackInstanceResourceDriftsRequest.Builder. stackInstanceResourceDriftStatuses(StackResourceDriftStatus... stackInstanceResourceDriftStatuses)The resource drift status of the stack instance.StackInstanceResourceDriftsSummary.BuilderStackInstanceResourceDriftsSummary.Builder. stackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus)The drift status of the resource in a stack instance.StackResourceDrift.BuilderStackResourceDrift.Builder. stackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus)Status of the resource's actual configuration compared to its expected configuration.StackResourceDriftInformation.BuilderStackResourceDriftInformation.Builder. stackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus)Status of the resource's actual configuration compared to its expected configurationStackResourceDriftInformationSummary.BuilderStackResourceDriftInformationSummary.Builder. stackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus)Status of the resource's actual configuration compared to its expected configuration.DescribeStackResourceDriftsRequest.BuilderDescribeStackResourceDriftsRequest.Builder. stackResourceDriftStatusFilters(StackResourceDriftStatus... stackResourceDriftStatusFilters)The resource drift status values to use as filters for the resource drift results returned.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type StackResourceDriftStatus Modifier and Type Method Description ListStackInstanceResourceDriftsRequest.BuilderListStackInstanceResourceDriftsRequest.Builder. stackInstanceResourceDriftStatuses(Collection<StackResourceDriftStatus> stackInstanceResourceDriftStatuses)The resource drift status of the stack instance.DescribeStackResourceDriftsRequest.BuilderDescribeStackResourceDriftsRequest.Builder. stackResourceDriftStatusFilters(Collection<StackResourceDriftStatus> stackResourceDriftStatusFilters)The resource drift status values to use as filters for the resource drift results returned.
-