Uses of Class
software.amazon.awssdk.services.macie2.model.Page
-
Packages that use Page Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of Page in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type Page Modifier and Type Method Description List<Page>Occurrences. pages()An array of objects, one for each occurrence of sensitive data in an Adobe Portable Document Format file.Methods in software.amazon.awssdk.services.macie2.model with parameters of type Page Modifier and Type Method Description Occurrences.BuilderOccurrences.Builder. pages(Page... pages)An array of objects, one for each occurrence of sensitive data in an Adobe Portable Document Format file.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type Page Modifier and Type Method Description Occurrences.BuilderOccurrences.Builder. pages(Collection<Page> pages)An array of objects, one for each occurrence of sensitive data in an Adobe Portable Document Format file.
-