Uses of Class
software.amazon.awssdk.services.identitystore.model.IsMemberInGroupsRequest
-
Packages that use IsMemberInGroupsRequest 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.transform -
-
Uses of IsMemberInGroupsRequest in software.amazon.awssdk.services.identitystore
Methods in software.amazon.awssdk.services.identitystore with parameters of type IsMemberInGroupsRequest Modifier and Type Method Description default CompletableFuture<IsMemberInGroupsResponse>IdentitystoreAsyncClient. isMemberInGroups(IsMemberInGroupsRequest isMemberInGroupsRequest)Checks the user's membership in all requested groups and returns if the member exists in all queried groups.default IsMemberInGroupsResponseIdentitystoreClient. isMemberInGroups(IsMemberInGroupsRequest isMemberInGroupsRequest)Checks the user's membership in all requested groups and returns if the member exists in all queried groups. -
Uses of IsMemberInGroupsRequest in software.amazon.awssdk.services.identitystore.transform
Methods in software.amazon.awssdk.services.identitystore.transform with parameters of type IsMemberInGroupsRequest Modifier and Type Method Description SdkHttpFullRequestIsMemberInGroupsRequestMarshaller. marshall(IsMemberInGroupsRequest isMemberInGroupsRequest)
-