Uses of Class
software.amazon.awssdk.services.controlcatalog.model.ControlBehavior
-
Packages that use ControlBehavior Package Description software.amazon.awssdk.services.controlcatalog.model -
-
Uses of ControlBehavior in software.amazon.awssdk.services.controlcatalog.model
Methods in software.amazon.awssdk.services.controlcatalog.model that return ControlBehavior Modifier and Type Method Description ControlBehaviorGetControlResponse. behavior()A term that identifies the control's functional behavior.static ControlBehaviorControlBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ControlBehaviorControlBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static ControlBehavior[]ControlBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.controlcatalog.model that return types with arguments of type ControlBehavior Modifier and Type Method Description static Set<ControlBehavior>ControlBehavior. knownValues()Methods in software.amazon.awssdk.services.controlcatalog.model with parameters of type ControlBehavior Modifier and Type Method Description GetControlResponse.BuilderGetControlResponse.Builder. behavior(ControlBehavior behavior)A term that identifies the control's functional behavior.
-