Uses of Enum
software.amazon.awssdk.services.cloudformation.model.StackSetOperationStatus
Packages that use StackSetOperationStatus
-
Uses of StackSetOperationStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackSetOperationStatusModifier and TypeMethodDescriptionstatic StackSetOperationStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final StackSetOperationStatusStackSetOperation.status()The status of the operation.final StackSetOperationStatusStackSetOperationSummary.status()The overall status of the operation.static StackSetOperationStatusReturns the enum constant of this type with the specified name.static StackSetOperationStatus[]StackSetOperationStatus.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 StackSetOperationStatusModifier and TypeMethodDescriptionstatic Set<StackSetOperationStatus>StackSetOperationStatus.knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackSetOperationStatusModifier and TypeMethodDescriptionStackSetOperation.Builder.status(StackSetOperationStatus status) The status of the operation.StackSetOperationSummary.Builder.status(StackSetOperationStatus status) The overall status of the operation.