Uses of Class
software.amazon.awssdk.services.fms.model.NetworkFirewallPolicyDescription
-
Packages that use NetworkFirewallPolicyDescription Package Description software.amazon.awssdk.services.fms.model -
-
Uses of NetworkFirewallPolicyDescription in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return NetworkFirewallPolicyDescription Modifier and Type Method Description NetworkFirewallPolicyDescriptionNetworkFirewallPolicyModifiedViolation. currentPolicyDescription()The policy that's currently in use in the individual account.NetworkFirewallPolicyDescriptionNetworkFirewallPolicyModifiedViolation. expectedPolicyDescription()The policy that should be in use in the individual account in order to be compliant.Methods in software.amazon.awssdk.services.fms.model with parameters of type NetworkFirewallPolicyDescription Modifier and Type Method Description NetworkFirewallPolicyModifiedViolation.BuilderNetworkFirewallPolicyModifiedViolation.Builder. currentPolicyDescription(NetworkFirewallPolicyDescription currentPolicyDescription)The policy that's currently in use in the individual account.NetworkFirewallPolicyModifiedViolation.BuilderNetworkFirewallPolicyModifiedViolation.Builder. expectedPolicyDescription(NetworkFirewallPolicyDescription expectedPolicyDescription)The policy that should be in use in the individual account in order to be compliant.
-