Uses of Class
software.amazon.awssdk.services.fms.model.EntryDescription
-
Packages that use EntryDescription Package Description software.amazon.awssdk.services.fms.model -
-
Uses of EntryDescription in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return EntryDescription Modifier and Type Method Description EntryDescriptionEntryViolation. entryAtExpectedEvaluationOrder()The entry that's currently in theExpectedEvaluationOrderlocation, in place of the expected entry.EntryDescriptionEntryViolation. expectedEntry()The Firewall Manager-managed network ACL entry that is involved in the entry violation.Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type EntryDescription Modifier and Type Method Description List<EntryDescription>EntryViolation. entriesWithConflicts()The list of entries that are in conflict withExpectedEntry.List<EntryDescription>CreateNetworkAclEntriesAction. networkAclEntriesToBeCreated()Lists the entries that the remediation action would create.List<EntryDescription>DeleteNetworkAclEntriesAction. networkAclEntriesToBeDeleted()Lists the entries that the remediation action would delete.Methods in software.amazon.awssdk.services.fms.model with parameters of type EntryDescription Modifier and Type Method Description EntryViolation.BuilderEntryViolation.Builder. entriesWithConflicts(EntryDescription... entriesWithConflicts)The list of entries that are in conflict withExpectedEntry.EntryViolation.BuilderEntryViolation.Builder. entryAtExpectedEvaluationOrder(EntryDescription entryAtExpectedEvaluationOrder)The entry that's currently in theExpectedEvaluationOrderlocation, in place of the expected entry.EntryViolation.BuilderEntryViolation.Builder. expectedEntry(EntryDescription expectedEntry)The Firewall Manager-managed network ACL entry that is involved in the entry violation.CreateNetworkAclEntriesAction.BuilderCreateNetworkAclEntriesAction.Builder. networkAclEntriesToBeCreated(EntryDescription... networkAclEntriesToBeCreated)Lists the entries that the remediation action would create.DeleteNetworkAclEntriesAction.BuilderDeleteNetworkAclEntriesAction.Builder. networkAclEntriesToBeDeleted(EntryDescription... networkAclEntriesToBeDeleted)Lists the entries that the remediation action would delete.Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type EntryDescription Modifier and Type Method Description EntryViolation.BuilderEntryViolation.Builder. entriesWithConflicts(Collection<EntryDescription> entriesWithConflicts)The list of entries that are in conflict withExpectedEntry.CreateNetworkAclEntriesAction.BuilderCreateNetworkAclEntriesAction.Builder. networkAclEntriesToBeCreated(Collection<EntryDescription> networkAclEntriesToBeCreated)Lists the entries that the remediation action would create.DeleteNetworkAclEntriesAction.BuilderDeleteNetworkAclEntriesAction.Builder. networkAclEntriesToBeDeleted(Collection<EntryDescription> networkAclEntriesToBeDeleted)Lists the entries that the remediation action would delete.
-