Uses of Class
software.amazon.awssdk.services.directoryservicedata.model.SearchGroupsResponse
-
Packages that use SearchGroupsResponse Package Description software.amazon.awssdk.services.directoryservicedata Amazon Web Services Directory Service Data is an extension of Directory Service.software.amazon.awssdk.services.directoryservicedata.paginators -
-
Uses of SearchGroupsResponse in software.amazon.awssdk.services.directoryservicedata
Methods in software.amazon.awssdk.services.directoryservicedata that return SearchGroupsResponse Modifier and Type Method Description default SearchGroupsResponseDirectoryServiceDataClient. searchGroups(Consumer<SearchGroupsRequest.Builder> searchGroupsRequest)Searches the specified directory for a group.default SearchGroupsResponseDirectoryServiceDataClient. searchGroups(SearchGroupsRequest searchGroupsRequest)Searches the specified directory for a group.Methods in software.amazon.awssdk.services.directoryservicedata that return types with arguments of type SearchGroupsResponse Modifier and Type Method Description default CompletableFuture<SearchGroupsResponse>DirectoryServiceDataAsyncClient. searchGroups(Consumer<SearchGroupsRequest.Builder> searchGroupsRequest)Searches the specified directory for a group.default CompletableFuture<SearchGroupsResponse>DirectoryServiceDataAsyncClient. searchGroups(SearchGroupsRequest searchGroupsRequest)Searches the specified directory for a group. -
Uses of SearchGroupsResponse in software.amazon.awssdk.services.directoryservicedata.paginators
Methods in software.amazon.awssdk.services.directoryservicedata.paginators that return types with arguments of type SearchGroupsResponse Modifier and Type Method Description Iterator<SearchGroupsResponse>SearchGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.directoryservicedata.paginators with type arguments of type SearchGroupsResponse Modifier and Type Method Description voidSearchGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchGroupsResponse> subscriber)
-