| Package | Description |
|---|---|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
Policy |
Policy.addExcludeMapEntry(String key,
List<String> value) |
Policy |
Policy.addIncludeMapEntry(String key,
List<String> value) |
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 AWS Firewall Manager policy that was created.
|
Policy |
PutPolicyRequest.getPolicy()
The details of the AWS Firewall Manager policy to be created.
|
Policy |
GetPolicyResult.getPolicy()
Information about the specified AWS Firewall Manager policy.
|
Policy |
Policy.withExcludeMap(Map<String,List<String>> excludeMap)
Specifies the AWS account IDs 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 protected by the policy. |
Policy |
Policy.withIncludeMap(Map<String,List<String>> includeMap)
Specifies the AWS account IDs to include in the policy.
|
Policy |
Policy.withPolicyId(String policyId)
The ID of the AWS Firewall Manager policy.
|
Policy |
Policy.withPolicyName(String policyName)
The friendly name of the AWS Firewall Manager policy.
|
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.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 to protect with the policy.
|
Policy |
Policy.withResourceTypeList(Collection<String> resourceTypeList)
An array of
ResourceType. |
Policy |
Policy.withResourceTypeList(String... resourceTypeList)
An array of
ResourceType. |
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 AWS Firewall Manager policy that was created.
|
void |
PutPolicyRequest.setPolicy(Policy policy)
The details of the AWS Firewall Manager policy to be created.
|
void |
GetPolicyResult.setPolicy(Policy policy)
Information about the specified AWS Firewall Manager policy.
|
PutPolicyResult |
PutPolicyResult.withPolicy(Policy policy)
The details of the AWS Firewall Manager policy that was created.
|
PutPolicyRequest |
PutPolicyRequest.withPolicy(Policy policy)
The details of the AWS Firewall Manager policy to be created.
|
GetPolicyResult |
GetPolicyResult.withPolicy(Policy policy)
Information about the specified AWS Firewall Manager policy.
|
Copyright © 2019. All rights reserved.