Uses of Class
software.amazon.awssdk.services.workmail.model.ListGroupsForEntityResponse
-
Packages that use ListGroupsForEntityResponse Package Description software.amazon.awssdk.services.workmail WorkMail is a secure, managed business email and calendaring service with support for existing desktop and mobile email clients.software.amazon.awssdk.services.workmail.paginators -
-
Uses of ListGroupsForEntityResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return ListGroupsForEntityResponse Modifier and Type Method Description default ListGroupsForEntityResponseWorkMailClient. listGroupsForEntity(Consumer<ListGroupsForEntityRequest.Builder> listGroupsForEntityRequest)Returns all the groups to which an entity belongs.default ListGroupsForEntityResponseWorkMailClient. listGroupsForEntity(ListGroupsForEntityRequest listGroupsForEntityRequest)Returns all the groups to which an entity belongs.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type ListGroupsForEntityResponse Modifier and Type Method Description default CompletableFuture<ListGroupsForEntityResponse>WorkMailAsyncClient. listGroupsForEntity(Consumer<ListGroupsForEntityRequest.Builder> listGroupsForEntityRequest)Returns all the groups to which an entity belongs.default CompletableFuture<ListGroupsForEntityResponse>WorkMailAsyncClient. listGroupsForEntity(ListGroupsForEntityRequest listGroupsForEntityRequest)Returns all the groups to which an entity belongs. -
Uses of ListGroupsForEntityResponse in software.amazon.awssdk.services.workmail.paginators
Methods in software.amazon.awssdk.services.workmail.paginators that return types with arguments of type ListGroupsForEntityResponse Modifier and Type Method Description Iterator<ListGroupsForEntityResponse>ListGroupsForEntityIterable. iterator()Method parameters in software.amazon.awssdk.services.workmail.paginators with type arguments of type ListGroupsForEntityResponse Modifier and Type Method Description voidListGroupsForEntityPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGroupsForEntityResponse> subscriber)
-