Uses of Class
software.amazon.awssdk.services.datazone.model.SearchUserProfilesResponse
-
Packages that use SearchUserProfilesResponse 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 SearchUserProfilesResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return SearchUserProfilesResponse Modifier and Type Method Description default SearchUserProfilesResponseDataZoneClient. searchUserProfiles(Consumer<SearchUserProfilesRequest.Builder> searchUserProfilesRequest)Searches user profiles in Amazon DataZone.default SearchUserProfilesResponseDataZoneClient. searchUserProfiles(SearchUserProfilesRequest searchUserProfilesRequest)Searches user profiles in Amazon DataZone.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type SearchUserProfilesResponse Modifier and Type Method Description default CompletableFuture<SearchUserProfilesResponse>DataZoneAsyncClient. searchUserProfiles(Consumer<SearchUserProfilesRequest.Builder> searchUserProfilesRequest)Searches user profiles in Amazon DataZone.default CompletableFuture<SearchUserProfilesResponse>DataZoneAsyncClient. searchUserProfiles(SearchUserProfilesRequest searchUserProfilesRequest)Searches user profiles in Amazon DataZone. -
Uses of SearchUserProfilesResponse in software.amazon.awssdk.services.datazone.paginators
Methods in software.amazon.awssdk.services.datazone.paginators that return types with arguments of type SearchUserProfilesResponse Modifier and Type Method Description Iterator<SearchUserProfilesResponse>SearchUserProfilesIterable. iterator()Method parameters in software.amazon.awssdk.services.datazone.paginators with type arguments of type SearchUserProfilesResponse Modifier and Type Method Description voidSearchUserProfilesPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchUserProfilesResponse> subscriber)
-