Uses of Class
software.amazon.awssdk.services.workmail.model.ListResourcesResponse
-
Packages that use ListResourcesResponse 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 ListResourcesResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return ListResourcesResponse Modifier and Type Method Description default ListResourcesResponseWorkMailClient. listResources(Consumer<ListResourcesRequest.Builder> listResourcesRequest)Returns summaries of the organization's resources.default ListResourcesResponseWorkMailClient. listResources(ListResourcesRequest listResourcesRequest)Returns summaries of the organization's resources.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type ListResourcesResponse Modifier and Type Method Description default CompletableFuture<ListResourcesResponse>WorkMailAsyncClient. listResources(Consumer<ListResourcesRequest.Builder> listResourcesRequest)Returns summaries of the organization's resources.default CompletableFuture<ListResourcesResponse>WorkMailAsyncClient. listResources(ListResourcesRequest listResourcesRequest)Returns summaries of the organization's resources. -
Uses of ListResourcesResponse in software.amazon.awssdk.services.workmail.paginators
Methods in software.amazon.awssdk.services.workmail.paginators that return types with arguments of type ListResourcesResponse Modifier and Type Method Description Iterator<ListResourcesResponse>ListResourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.workmail.paginators with type arguments of type ListResourcesResponse Modifier and Type Method Description voidListResourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListResourcesResponse> subscriber)
-