Uses of Class
software.amazon.awssdk.services.directoryservicedata.model.ListGroupsResponse
-
Packages that use ListGroupsResponse 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 ListGroupsResponse in software.amazon.awssdk.services.directoryservicedata
Methods in software.amazon.awssdk.services.directoryservicedata that return ListGroupsResponse Modifier and Type Method Description default ListGroupsResponseDirectoryServiceDataClient. listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Returns group information for the specified directory.default ListGroupsResponseDirectoryServiceDataClient. listGroups(ListGroupsRequest listGroupsRequest)Returns group information for the specified directory.Methods in software.amazon.awssdk.services.directoryservicedata that return types with arguments of type ListGroupsResponse Modifier and Type Method Description default CompletableFuture<ListGroupsResponse>DirectoryServiceDataAsyncClient. listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Returns group information for the specified directory.default CompletableFuture<ListGroupsResponse>DirectoryServiceDataAsyncClient. listGroups(ListGroupsRequest listGroupsRequest)Returns group information for the specified directory. -
Uses of ListGroupsResponse in software.amazon.awssdk.services.directoryservicedata.paginators
Methods in software.amazon.awssdk.services.directoryservicedata.paginators that return types with arguments of type ListGroupsResponse Modifier and Type Method Description Iterator<ListGroupsResponse>ListGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.directoryservicedata.paginators with type arguments of type ListGroupsResponse Modifier and Type Method Description voidListGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGroupsResponse> subscriber)
-