Uses of Class
software.amazon.awssdk.services.macie2.model.ListMembersResponse
-
Packages that use ListMembersResponse Package Description software.amazon.awssdk.services.macie2 Amazon Maciesoftware.amazon.awssdk.services.macie2.paginators -
-
Uses of ListMembersResponse in software.amazon.awssdk.services.macie2
Methods in software.amazon.awssdk.services.macie2 that return ListMembersResponse Modifier and Type Method Description default ListMembersResponseMacie2Client. listMembers(Consumer<ListMembersRequest.Builder> listMembersRequest)Retrieves information about the accounts that are associated with an Amazon Macie administrator account.default ListMembersResponseMacie2Client. listMembers(ListMembersRequest listMembersRequest)Retrieves information about the accounts that are associated with an Amazon Macie administrator account.Methods in software.amazon.awssdk.services.macie2 that return types with arguments of type ListMembersResponse Modifier and Type Method Description default CompletableFuture<ListMembersResponse>Macie2AsyncClient. listMembers(Consumer<ListMembersRequest.Builder> listMembersRequest)Retrieves information about the accounts that are associated with an Amazon Macie administrator account.default CompletableFuture<ListMembersResponse>Macie2AsyncClient. listMembers(ListMembersRequest listMembersRequest)Retrieves information about the accounts that are associated with an Amazon Macie administrator account. -
Uses of ListMembersResponse in software.amazon.awssdk.services.macie2.paginators
Methods in software.amazon.awssdk.services.macie2.paginators that return types with arguments of type ListMembersResponse Modifier and Type Method Description Iterator<ListMembersResponse>ListMembersIterable. iterator()Method parameters in software.amazon.awssdk.services.macie2.paginators with type arguments of type ListMembersResponse Modifier and Type Method Description voidListMembersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMembersResponse> subscriber)
-