Uses of Class
software.amazon.awssdk.services.fms.model.CustomerPolicyScopeIdType
-
Packages that use CustomerPolicyScopeIdType Package Description software.amazon.awssdk.services.fms.model -
-
Uses of CustomerPolicyScopeIdType in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return CustomerPolicyScopeIdType Modifier and Type Method Description static CustomerPolicyScopeIdTypeCustomerPolicyScopeIdType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CustomerPolicyScopeIdTypeCustomerPolicyScopeIdType. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomerPolicyScopeIdType[]CustomerPolicyScopeIdType. 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 CustomerPolicyScopeIdType Modifier and Type Method Description Map<CustomerPolicyScopeIdType,List<String>>Policy. excludeMap()Specifies the Amazon Web Services account IDs and Organizations organizational units (OUs) to exclude from the policy.Map<CustomerPolicyScopeIdType,List<String>>Policy. includeMap()Specifies the Amazon Web Services account IDs and Organizations organizational units (OUs) to include in the policy.static Set<CustomerPolicyScopeIdType>CustomerPolicyScopeIdType. knownValues()Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type CustomerPolicyScopeIdType Modifier and Type Method Description Policy.BuilderPolicy.Builder. excludeMap(Map<CustomerPolicyScopeIdType,? extends Collection<String>> excludeMap)Specifies the Amazon Web Services account IDs and Organizations organizational units (OUs) to exclude from the policy.Policy.BuilderPolicy.Builder. includeMap(Map<CustomerPolicyScopeIdType,? extends Collection<String>> includeMap)Specifies the Amazon Web Services account IDs and Organizations organizational units (OUs) to include in the policy.
-