Uses of Enum
software.amazon.awssdk.services.cloudformation.model.StackResourceDriftStatus
Packages that use StackResourceDriftStatus
-
Uses of StackResourceDriftStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackResourceDriftStatusModifier and TypeMethodDescriptionstatic StackResourceDriftStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final StackResourceDriftStatusResourceChange.resourceDriftStatus()The drift status of the resource.final StackResourceDriftStatusStackInstanceResourceDriftsSummary.stackResourceDriftStatus()The drift status of the resource in a stack instance.final StackResourceDriftStatusStackResourceDrift.stackResourceDriftStatus()Status of the resource's actual configuration compared to its expected configuration.final StackResourceDriftStatusStackResourceDriftInformation.stackResourceDriftStatus()Status of the resource's actual configuration compared to its expected configurationfinal StackResourceDriftStatusStackResourceDriftInformationSummary.stackResourceDriftStatus()Status of the resource's actual configuration compared to its expected configuration.static StackResourceDriftStatusReturns 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 StackResourceDriftStatusModifier and TypeMethodDescriptionstatic Set<StackResourceDriftStatus>StackResourceDriftStatus.knownValues()final List<StackResourceDriftStatus>ListStackInstanceResourceDriftsRequest.stackInstanceResourceDriftStatuses()The resource drift status of the stack instance.final 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 StackResourceDriftStatusModifier and TypeMethodDescriptionResourceChange.Builder.resourceDriftStatus(StackResourceDriftStatus resourceDriftStatus) The drift status of the resource.ListStackInstanceResourceDriftsRequest.Builder.stackInstanceResourceDriftStatuses(StackResourceDriftStatus... stackInstanceResourceDriftStatuses) The resource drift status of the stack instance.StackInstanceResourceDriftsSummary.Builder.stackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus) The drift status of the resource in a stack instance.StackResourceDrift.Builder.stackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus) Status of the resource's actual configuration compared to its expected configuration.StackResourceDriftInformation.Builder.stackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus) Status of the resource's actual configuration compared to its expected configurationStackResourceDriftInformationSummary.Builder.stackResourceDriftStatus(StackResourceDriftStatus stackResourceDriftStatus) Status of the resource's actual configuration compared to its expected configuration.DescribeStackResourceDriftsRequest.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 StackResourceDriftStatusModifier and TypeMethodDescriptionListStackInstanceResourceDriftsRequest.Builder.stackInstanceResourceDriftStatuses(Collection<StackResourceDriftStatus> stackInstanceResourceDriftStatuses) The resource drift status of the stack instance.DescribeStackResourceDriftsRequest.Builder.stackResourceDriftStatusFilters(Collection<StackResourceDriftStatus> stackResourceDriftStatusFilters) The resource drift status values to use as filters for the resource drift results returned.