Uses of Class
software.amazon.awssdk.services.macie2.model.ListAllowListsResponse
-
Packages that use ListAllowListsResponse Package Description software.amazon.awssdk.services.macie2 Amazon Maciesoftware.amazon.awssdk.services.macie2.paginators -
-
Uses of ListAllowListsResponse in software.amazon.awssdk.services.macie2
Methods in software.amazon.awssdk.services.macie2 that return ListAllowListsResponse Modifier and Type Method Description default ListAllowListsResponseMacie2Client. listAllowLists(Consumer<ListAllowListsRequest.Builder> listAllowListsRequest)Retrieves a subset of information about all the allow lists for an account.default ListAllowListsResponseMacie2Client. listAllowLists(ListAllowListsRequest listAllowListsRequest)Retrieves a subset of information about all the allow lists for an account.Methods in software.amazon.awssdk.services.macie2 that return types with arguments of type ListAllowListsResponse Modifier and Type Method Description default CompletableFuture<ListAllowListsResponse>Macie2AsyncClient. listAllowLists(Consumer<ListAllowListsRequest.Builder> listAllowListsRequest)Retrieves a subset of information about all the allow lists for an account.default CompletableFuture<ListAllowListsResponse>Macie2AsyncClient. listAllowLists(ListAllowListsRequest listAllowListsRequest)Retrieves a subset of information about all the allow lists for an account. -
Uses of ListAllowListsResponse in software.amazon.awssdk.services.macie2.paginators
Methods in software.amazon.awssdk.services.macie2.paginators that return types with arguments of type ListAllowListsResponse Modifier and Type Method Description Iterator<ListAllowListsResponse>ListAllowListsIterable. iterator()Method parameters in software.amazon.awssdk.services.macie2.paginators with type arguments of type ListAllowListsResponse Modifier and Type Method Description voidListAllowListsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAllowListsResponse> subscriber)
-