Uses of Class
software.amazon.awssdk.services.workmail.model.ListResourceDelegatesResponse
-
Packages that use ListResourceDelegatesResponse 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 ListResourceDelegatesResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return ListResourceDelegatesResponse Modifier and Type Method Description default ListResourceDelegatesResponseWorkMailClient. listResourceDelegates(Consumer<ListResourceDelegatesRequest.Builder> listResourceDelegatesRequest)Lists the delegates associated with a resource.default ListResourceDelegatesResponseWorkMailClient. listResourceDelegates(ListResourceDelegatesRequest listResourceDelegatesRequest)Lists the delegates associated with a resource.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type ListResourceDelegatesResponse Modifier and Type Method Description default CompletableFuture<ListResourceDelegatesResponse>WorkMailAsyncClient. listResourceDelegates(Consumer<ListResourceDelegatesRequest.Builder> listResourceDelegatesRequest)Lists the delegates associated with a resource.default CompletableFuture<ListResourceDelegatesResponse>WorkMailAsyncClient. listResourceDelegates(ListResourceDelegatesRequest listResourceDelegatesRequest)Lists the delegates associated with a resource. -
Uses of ListResourceDelegatesResponse in software.amazon.awssdk.services.workmail.paginators
Methods in software.amazon.awssdk.services.workmail.paginators that return types with arguments of type ListResourceDelegatesResponse Modifier and Type Method Description Iterator<ListResourceDelegatesResponse>ListResourceDelegatesIterable. iterator()Method parameters in software.amazon.awssdk.services.workmail.paginators with type arguments of type ListResourceDelegatesResponse Modifier and Type Method Description voidListResourceDelegatesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListResourceDelegatesResponse> subscriber)
-