Uses of Class
software.amazon.awssdk.services.workmail.model.ListOrganizationsResponse
-
Packages that use ListOrganizationsResponse 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 ListOrganizationsResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return ListOrganizationsResponse Modifier and Type Method Description default ListOrganizationsResponseWorkMailClient. listOrganizations()Returns summaries of the customer's organizations.default ListOrganizationsResponseWorkMailClient. listOrganizations(Consumer<ListOrganizationsRequest.Builder> listOrganizationsRequest)Returns summaries of the customer's organizations.default ListOrganizationsResponseWorkMailClient. listOrganizations(ListOrganizationsRequest listOrganizationsRequest)Returns summaries of the customer's organizations.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type ListOrganizationsResponse Modifier and Type Method Description default CompletableFuture<ListOrganizationsResponse>WorkMailAsyncClient. listOrganizations()Returns summaries of the customer's organizations.default CompletableFuture<ListOrganizationsResponse>WorkMailAsyncClient. listOrganizations(Consumer<ListOrganizationsRequest.Builder> listOrganizationsRequest)Returns summaries of the customer's organizations.default CompletableFuture<ListOrganizationsResponse>WorkMailAsyncClient. listOrganizations(ListOrganizationsRequest listOrganizationsRequest)Returns summaries of the customer's organizations. -
Uses of ListOrganizationsResponse in software.amazon.awssdk.services.workmail.paginators
Methods in software.amazon.awssdk.services.workmail.paginators that return types with arguments of type ListOrganizationsResponse Modifier and Type Method Description Iterator<ListOrganizationsResponse>ListOrganizationsIterable. iterator()Method parameters in software.amazon.awssdk.services.workmail.paginators with type arguments of type ListOrganizationsResponse Modifier and Type Method Description voidListOrganizationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListOrganizationsResponse> subscriber)
-