Uses of Enum
software.amazon.awssdk.services.cloudformation.model.ChangeSource
Packages that use ChangeSource
-
Uses of ChangeSource in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ChangeSourceModifier and TypeMethodDescriptionfinal ChangeSourceResourceChangeDetail.changeSource()The group to which theCausingEntityvalue belongs.static ChangeSourceUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ChangeSourceReturns the enum constant of this type with the specified name.static ChangeSource[]ChangeSource.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 ChangeSourceMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type ChangeSourceModifier and TypeMethodDescriptionResourceChangeDetail.Builder.changeSource(ChangeSource changeSource) The group to which theCausingEntityvalue belongs.