| Package | Description |
|---|---|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
PolicySummary |
PolicySummary.clone() |
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 friendly 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 to protect with the policy, either an Application Load Balancer or a CloudFront
distribution.
|
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 © 2018. All rights reserved.