| Package | Description |
|---|---|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
Policy |
Policy.addExcludeMapEntry(String key,
List<String> value)
Add a single ExcludeMap entry
|
Policy |
Policy.addIncludeMapEntry(String key,
List<String> value)
Add a single IncludeMap entry
|
Policy |
Policy.clearExcludeMapEntries()
Removes all the entries added into ExcludeMap.
|
Policy |
Policy.clearIncludeMapEntries()
Removes all the entries added into IncludeMap.
|
Policy |
Policy.clone() |
Policy |
PutPolicyResult.getPolicy()
The details of the Firewall Manager policy.
|
Policy |
PutPolicyRequest.getPolicy()
The details of the Firewall Manager policy to be created.
|
Policy |
GetPolicyResult.getPolicy()
Information about the specified Firewall Manager policy.
|
Policy |
Policy.withDeleteUnusedFMManagedResources(Boolean deleteUnusedFMManagedResources)
Indicates whether Firewall Manager should automatically remove protections from resources that leave the policy
scope and clean up resources that Firewall Manager is managing for accounts when those accounts leave policy
scope.
|
Policy |
Policy.withExcludeMap(Map<String,List<String>> excludeMap)
Specifies the Amazon Web Services account IDs and Organizations organizational units (OUs) to exclude from the
policy.
|
Policy |
Policy.withExcludeResourceTags(Boolean excludeResourceTags)
If set to
True, resources with the tags that are specified in the ResourceTag array are
not in scope of the policy. |
Policy |
Policy.withIncludeMap(Map<String,List<String>> includeMap)
Specifies the Amazon Web Services account IDs and Organizations organizational units (OUs) to include in the
policy.
|
Policy |
Policy.withPolicyDescription(String policyDescription)
Your description of the Firewall Manager policy.
|
Policy |
Policy.withPolicyId(String policyId)
The ID of the Firewall Manager policy.
|
Policy |
Policy.withPolicyName(String policyName)
The name of the Firewall Manager policy.
|
Policy |
Policy.withPolicyStatus(CustomerPolicyStatus policyStatus)
Indicates whether the policy is in or out of an admin's policy or Region scope.
|
Policy |
Policy.withPolicyStatus(String policyStatus)
Indicates whether the policy is in or out of an admin's policy or Region scope.
|
Policy |
Policy.withPolicyUpdateToken(String policyUpdateToken)
A unique identifier for each update to the policy.
|
Policy |
Policy.withRemediationEnabled(Boolean remediationEnabled)
Indicates if the policy should be automatically applied to new resources.
|
Policy |
Policy.withResourceSetIds(Collection<String> resourceSetIds)
The unique identifiers of the resource sets used by the policy.
|
Policy |
Policy.withResourceSetIds(String... resourceSetIds)
The unique identifiers of the resource sets used by the policy.
|
Policy |
Policy.withResourceTags(Collection<ResourceTag> resourceTags)
An array of
ResourceTag objects. |
Policy |
Policy.withResourceTags(ResourceTag... resourceTags)
An array of
ResourceTag objects. |
Policy |
Policy.withResourceType(String resourceType)
The type of resource protected by or in scope of the policy.
|
Policy |
Policy.withResourceTypeList(Collection<String> resourceTypeList)
An array of
ResourceType objects. |
Policy |
Policy.withResourceTypeList(String... resourceTypeList)
An array of
ResourceType objects. |
Policy |
Policy.withSecurityServicePolicyData(SecurityServicePolicyData securityServicePolicyData)
Details about the security service that is being used to protect the resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutPolicyResult.setPolicy(Policy policy)
The details of the Firewall Manager policy.
|
void |
PutPolicyRequest.setPolicy(Policy policy)
The details of the Firewall Manager policy to be created.
|
void |
GetPolicyResult.setPolicy(Policy policy)
Information about the specified Firewall Manager policy.
|
PutPolicyResult |
PutPolicyResult.withPolicy(Policy policy)
The details of the Firewall Manager policy.
|
PutPolicyRequest |
PutPolicyRequest.withPolicy(Policy policy)
The details of the Firewall Manager policy to be created.
|
GetPolicyResult |
GetPolicyResult.withPolicy(Policy policy)
Information about the specified Firewall Manager policy.
|
Copyright © 2025. All rights reserved.