Uses of Class
software.amazon.awssdk.services.fms.model.CustomerPolicyStatus
-
Packages that use CustomerPolicyStatus Package Description software.amazon.awssdk.services.fms.model -
-
Uses of CustomerPolicyStatus in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return CustomerPolicyStatus Modifier and Type Method Description static CustomerPolicyStatusCustomerPolicyStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CustomerPolicyStatusPolicy. policyStatus()Indicates whether the policy is in or out of an admin's policy or Region scope.CustomerPolicyStatusPolicySummary. policyStatus()Indicates whether the policy is in or out of an admin's policy or Region scope.static CustomerPolicyStatusCustomerPolicyStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomerPolicyStatus[]CustomerPolicyStatus. 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 CustomerPolicyStatus Modifier and Type Method Description static Set<CustomerPolicyStatus>CustomerPolicyStatus. knownValues()Methods in software.amazon.awssdk.services.fms.model with parameters of type CustomerPolicyStatus Modifier and Type Method Description Policy.BuilderPolicy.Builder. policyStatus(CustomerPolicyStatus policyStatus)Indicates whether the policy is in or out of an admin's policy or Region scope.PolicySummary.BuilderPolicySummary.Builder. policyStatus(CustomerPolicyStatus policyStatus)Indicates whether the policy is in or out of an admin's policy or Region scope.
-