Uses of Class
software.amazon.awssdk.services.datazone.model.ListEntityOwnersResponse
-
Packages that use ListEntityOwnersResponse Package Description software.amazon.awssdk.services.datazone Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data.software.amazon.awssdk.services.datazone.paginators -
-
Uses of ListEntityOwnersResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return ListEntityOwnersResponse Modifier and Type Method Description default ListEntityOwnersResponseDataZoneClient. listEntityOwners(Consumer<ListEntityOwnersRequest.Builder> listEntityOwnersRequest)Lists the entity (domain units) owners.default ListEntityOwnersResponseDataZoneClient. listEntityOwners(ListEntityOwnersRequest listEntityOwnersRequest)Lists the entity (domain units) owners.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type ListEntityOwnersResponse Modifier and Type Method Description default CompletableFuture<ListEntityOwnersResponse>DataZoneAsyncClient. listEntityOwners(Consumer<ListEntityOwnersRequest.Builder> listEntityOwnersRequest)Lists the entity (domain units) owners.default CompletableFuture<ListEntityOwnersResponse>DataZoneAsyncClient. listEntityOwners(ListEntityOwnersRequest listEntityOwnersRequest)Lists the entity (domain units) owners. -
Uses of ListEntityOwnersResponse in software.amazon.awssdk.services.datazone.paginators
Methods in software.amazon.awssdk.services.datazone.paginators that return types with arguments of type ListEntityOwnersResponse Modifier and Type Method Description Iterator<ListEntityOwnersResponse>ListEntityOwnersIterable. iterator()Method parameters in software.amazon.awssdk.services.datazone.paginators with type arguments of type ListEntityOwnersResponse Modifier and Type Method Description voidListEntityOwnersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEntityOwnersResponse> subscriber)
-