| Package | Description |
|---|---|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
PolicySummary |
PolicySummary.clone() |
PolicySummary |
PolicySummary.withDeleteUnusedFMManagedResources(Boolean deleteUnusedFMManagedResources)
Indicates whether Firewall Manager should delete Firewall Manager managed resources, such as web ACLs and
security groups, when they are not in use by the Firewall Manager policy.
|
PolicySummary |
PolicySummary.withPolicyArn(String policyArn)
The Amazon Resource Name (ARN) of the specified policy.
|
PolicySummary |
PolicySummary.withPolicyId(String policyId)
The ID of the specified policy.
|
PolicySummary |
PolicySummary.withPolicyName(String policyName)
The name of the specified policy.
|
PolicySummary |
PolicySummary.withRemediationEnabled(Boolean remediationEnabled)
Indicates if the policy should be automatically applied to new resources.
|
PolicySummary |
PolicySummary.withResourceType(String resourceType)
The type of resource protected by or in scope of the policy.
|
PolicySummary |
PolicySummary.withSecurityServiceType(SecurityServiceType securityServiceType)
The service that the policy is using to protect the resources.
|
PolicySummary |
PolicySummary.withSecurityServiceType(String securityServiceType)
The service that the policy is using to protect the resources.
|
| Modifier and Type | Method and Description |
|---|---|
List<PolicySummary> |
ListPoliciesResult.getPolicyList()
An array of
PolicySummary objects. |
| Modifier and Type | Method and Description |
|---|---|
ListPoliciesResult |
ListPoliciesResult.withPolicyList(PolicySummary... policyList)
An array of
PolicySummary objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPoliciesResult.setPolicyList(Collection<PolicySummary> policyList)
An array of
PolicySummary objects. |
ListPoliciesResult |
ListPoliciesResult.withPolicyList(Collection<PolicySummary> policyList)
An array of
PolicySummary objects. |
Copyright © 2021. All rights reserved.