Uses of Class
software.amazon.awssdk.services.identitystore.model.ListGroupMembershipsRequest
-
Packages that use ListGroupMembershipsRequest 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 software.amazon.awssdk.services.identitystore.transform -
-
Uses of ListGroupMembershipsRequest in software.amazon.awssdk.services.identitystore
Methods in software.amazon.awssdk.services.identitystore with parameters of type ListGroupMembershipsRequest Modifier and Type Method Description 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.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.default ListGroupMembershipsPublisherIdentitystoreAsyncClient. listGroupMembershipsPaginator(ListGroupMembershipsRequest listGroupMembershipsRequest)For the specified group in the specified identity store, returns the list of allGroupMembershipobjects and returns results in paginated form.default ListGroupMembershipsIterableIdentitystoreClient. listGroupMembershipsPaginator(ListGroupMembershipsRequest listGroupMembershipsRequest)For the specified group in the specified identity store, returns the list of allGroupMembershipobjects and returns results in paginated form. -
Uses of ListGroupMembershipsRequest in software.amazon.awssdk.services.identitystore.paginators
Constructors in software.amazon.awssdk.services.identitystore.paginators with parameters of type ListGroupMembershipsRequest Constructor Description ListGroupMembershipsIterable(IdentitystoreClient client, ListGroupMembershipsRequest firstRequest)ListGroupMembershipsPublisher(IdentitystoreAsyncClient client, ListGroupMembershipsRequest firstRequest) -
Uses of ListGroupMembershipsRequest in software.amazon.awssdk.services.identitystore.transform
Methods in software.amazon.awssdk.services.identitystore.transform with parameters of type ListGroupMembershipsRequest Modifier and Type Method Description SdkHttpFullRequestListGroupMembershipsRequestMarshaller. marshall(ListGroupMembershipsRequest listGroupMembershipsRequest)
-