Uses of Class
software.amazon.awssdk.services.macie2.model.AllowListSummary
-
Packages that use AllowListSummary Package Description software.amazon.awssdk.services.macie2.model software.amazon.awssdk.services.macie2.paginators -
-
Uses of AllowListSummary in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type AllowListSummary Modifier and Type Method Description List<AllowListSummary>ListAllowListsResponse. allowLists()An array of objects, one for each allow list.Methods in software.amazon.awssdk.services.macie2.model with parameters of type AllowListSummary Modifier and Type Method Description ListAllowListsResponse.BuilderListAllowListsResponse.Builder. allowLists(AllowListSummary... allowLists)An array of objects, one for each allow list.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type AllowListSummary Modifier and Type Method Description ListAllowListsResponse.BuilderListAllowListsResponse.Builder. allowLists(Collection<AllowListSummary> allowLists)An array of objects, one for each allow list. -
Uses of AllowListSummary in software.amazon.awssdk.services.macie2.paginators
Methods in software.amazon.awssdk.services.macie2.paginators that return types with arguments of type AllowListSummary Modifier and Type Method Description SdkIterable<AllowListSummary>ListAllowListsIterable. allowLists()Returns an iterable to iterate through the paginatedListAllowListsResponse.allowLists()member.SdkPublisher<AllowListSummary>ListAllowListsPublisher. allowLists()Returns a publisher that can be used to get a stream of data.
-