Uses of Class
software.amazon.awssdk.services.fms.model.Policy
-
Packages that use Policy Package Description software.amazon.awssdk.services.fms.model -
-
Uses of Policy in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return Policy Modifier and Type Method Description PolicyGetPolicyResponse. policy()Information about the specified Firewall Manager policy.PolicyPutPolicyRequest. policy()The details of the Firewall Manager policy to be created.PolicyPutPolicyResponse. policy()The details of the Firewall Manager policy.Methods in software.amazon.awssdk.services.fms.model with parameters of type Policy Modifier and Type Method Description GetPolicyResponse.BuilderGetPolicyResponse.Builder. policy(Policy policy)Information about the specified Firewall Manager policy.PutPolicyRequest.BuilderPutPolicyRequest.Builder. policy(Policy policy)The details of the Firewall Manager policy to be created.PutPolicyResponse.BuilderPutPolicyResponse.Builder. policy(Policy policy)The details of the Firewall Manager policy.
-