Uses of Class
software.amazon.awssdk.services.fms.model.RemediationActionType
-
Packages that use RemediationActionType Package Description software.amazon.awssdk.services.fms.model -
-
Uses of RemediationActionType in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return RemediationActionType Modifier and Type Method Description static RemediationActionTypeRemediationActionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RemediationActionTypeSecurityGroupRemediationAction. remediationActionType()The remediation action that will be performed.static RemediationActionTypeRemediationActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static RemediationActionType[]RemediationActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type RemediationActionType Modifier and Type Method Description static Set<RemediationActionType>RemediationActionType. knownValues()Methods in software.amazon.awssdk.services.fms.model with parameters of type RemediationActionType Modifier and Type Method Description SecurityGroupRemediationAction.BuilderSecurityGroupRemediationAction.Builder. remediationActionType(RemediationActionType remediationActionType)The remediation action that will be performed.
-