| 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 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.
|
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.withPolicyStatus(CustomerPolicyStatus policyStatus)
Indicates whether the policy is in or out of an admin's policy or Region scope.
|
PolicySummary |
PolicySummary.withPolicyStatus(String policyStatus)
Indicates whether the policy is in or out of an admin's policy or Region scope.
|
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 © 2025. All rights reserved.