Uses of Class
software.amazon.awssdk.services.identitystore.model.ListGroupMembershipsResponse
-
Packages that use ListGroupMembershipsResponse 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 ListGroupMembershipsResponse in software.amazon.awssdk.services.identitystore
Methods in software.amazon.awssdk.services.identitystore that return ListGroupMembershipsResponse Modifier and Type Method Description default ListGroupMembershipsResponseIdentitystoreClient. listGroupMemberships(Consumer<ListGroupMembershipsRequest.Builder> listGroupMembershipsRequest)For the specified group in the specified identity store, returns the list of allGroupMembershipobjects and returns results in paginated form.default ListGroupMembershipsResponseIdentitystoreClient. listGroupMemberships(ListGroupMembershipsRequest listGroupMembershipsRequest)For the specified group 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 ListGroupMembershipsResponse Modifier and Type Method Description default CompletableFuture<ListGroupMembershipsResponse>IdentitystoreAsyncClient. listGroupMemberships(Consumer<ListGroupMembershipsRequest.Builder> listGroupMembershipsRequest)For the specified group in the specified identity store, returns the list of allGroupMembershipobjects and returns results in paginated form.default CompletableFuture<ListGroupMembershipsResponse>IdentitystoreAsyncClient. listGroupMemberships(ListGroupMembershipsRequest listGroupMembershipsRequest)For the specified group in the specified identity store, returns the list of allGroupMembershipobjects and returns results in paginated form. -
Uses of ListGroupMembershipsResponse in software.amazon.awssdk.services.identitystore.paginators
Methods in software.amazon.awssdk.services.identitystore.paginators that return types with arguments of type ListGroupMembershipsResponse Modifier and Type Method Description Iterator<ListGroupMembershipsResponse>ListGroupMembershipsIterable. iterator()Method parameters in software.amazon.awssdk.services.identitystore.paginators with type arguments of type ListGroupMembershipsResponse Modifier and Type Method Description voidListGroupMembershipsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGroupMembershipsResponse> subscriber)
-