Uses of Class
software.amazon.awssdk.services.identitystore.model.ListGroupMembershipsForMemberResponse
-
Packages that use ListGroupMembershipsForMemberResponse Package Description software.amazon.awssdk.services.identitystore The Identity Store service used by IAM Identity Center provides a single place to retrieve all of your identities (users and groups).software.amazon.awssdk.services.identitystore.paginators -
-
Uses of ListGroupMembershipsForMemberResponse in software.amazon.awssdk.services.identitystore
Methods in software.amazon.awssdk.services.identitystore that return ListGroupMembershipsForMemberResponse Modifier and Type Method Description default ListGroupMembershipsForMemberResponseIdentitystoreClient. listGroupMembershipsForMember(Consumer<ListGroupMembershipsForMemberRequest.Builder> listGroupMembershipsForMemberRequest)For the specified member in the specified identity store, returns the list of allGroupMembershipobjects and returns results in paginated form.default ListGroupMembershipsForMemberResponseIdentitystoreClient. listGroupMembershipsForMember(ListGroupMembershipsForMemberRequest listGroupMembershipsForMemberRequest)For the specified member in the specified identity store, returns the list of allGroupMembershipobjects and returns results in paginated form.Methods in software.amazon.awssdk.services.identitystore that return types with arguments of type ListGroupMembershipsForMemberResponse Modifier and Type Method Description default CompletableFuture<ListGroupMembershipsForMemberResponse>IdentitystoreAsyncClient. listGroupMembershipsForMember(Consumer<ListGroupMembershipsForMemberRequest.Builder> listGroupMembershipsForMemberRequest)For the specified member in the specified identity store, returns the list of allGroupMembershipobjects and returns results in paginated form.default CompletableFuture<ListGroupMembershipsForMemberResponse>IdentitystoreAsyncClient. listGroupMembershipsForMember(ListGroupMembershipsForMemberRequest listGroupMembershipsForMemberRequest)For the specified member in the specified identity store, returns the list of allGroupMembershipobjects and returns results in paginated form. -
Uses of ListGroupMembershipsForMemberResponse in software.amazon.awssdk.services.identitystore.paginators
Methods in software.amazon.awssdk.services.identitystore.paginators that return types with arguments of type ListGroupMembershipsForMemberResponse Modifier and Type Method Description Iterator<ListGroupMembershipsForMemberResponse>ListGroupMembershipsForMemberIterable. iterator()Method parameters in software.amazon.awssdk.services.identitystore.paginators with type arguments of type ListGroupMembershipsForMemberResponse Modifier and Type Method Description voidListGroupMembershipsForMemberPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGroupMembershipsForMemberResponse> subscriber)
-