Uses of Class
software.amazon.awssdk.services.directoryservicedata.model.ListGroupsForMemberResponse
-
Packages that use ListGroupsForMemberResponse 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 ListGroupsForMemberResponse in software.amazon.awssdk.services.directoryservicedata
Methods in software.amazon.awssdk.services.directoryservicedata that return ListGroupsForMemberResponse Modifier and Type Method Description default ListGroupsForMemberResponseDirectoryServiceDataClient. listGroupsForMember(Consumer<ListGroupsForMemberRequest.Builder> listGroupsForMemberRequest)Returns group information for the specified member.default ListGroupsForMemberResponseDirectoryServiceDataClient. listGroupsForMember(ListGroupsForMemberRequest listGroupsForMemberRequest)Returns group information for the specified member.Methods in software.amazon.awssdk.services.directoryservicedata that return types with arguments of type ListGroupsForMemberResponse Modifier and Type Method Description default CompletableFuture<ListGroupsForMemberResponse>DirectoryServiceDataAsyncClient. listGroupsForMember(Consumer<ListGroupsForMemberRequest.Builder> listGroupsForMemberRequest)Returns group information for the specified member.default CompletableFuture<ListGroupsForMemberResponse>DirectoryServiceDataAsyncClient. listGroupsForMember(ListGroupsForMemberRequest listGroupsForMemberRequest)Returns group information for the specified member. -
Uses of ListGroupsForMemberResponse in software.amazon.awssdk.services.directoryservicedata.paginators
Methods in software.amazon.awssdk.services.directoryservicedata.paginators that return types with arguments of type ListGroupsForMemberResponse Modifier and Type Method Description Iterator<ListGroupsForMemberResponse>ListGroupsForMemberIterable. iterator()Method parameters in software.amazon.awssdk.services.directoryservicedata.paginators with type arguments of type ListGroupsForMemberResponse Modifier and Type Method Description voidListGroupsForMemberPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGroupsForMemberResponse> subscriber)
-