Uses of Class
software.amazon.awssdk.services.identitystore.model.UpdateGroupRequest
-
Packages that use UpdateGroupRequest 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 UpdateGroupRequest in software.amazon.awssdk.services.identitystore
Methods in software.amazon.awssdk.services.identitystore with parameters of type UpdateGroupRequest Modifier and Type Method Description default CompletableFuture<UpdateGroupResponse>IdentitystoreAsyncClient. updateGroup(UpdateGroupRequest updateGroupRequest)For the specified group in the specified identity store, updates the group metadata and attributes.default UpdateGroupResponseIdentitystoreClient. updateGroup(UpdateGroupRequest updateGroupRequest)For the specified group in the specified identity store, updates the group metadata and attributes. -
Uses of UpdateGroupRequest in software.amazon.awssdk.services.identitystore.transform
Methods in software.amazon.awssdk.services.identitystore.transform with parameters of type UpdateGroupRequest Modifier and Type Method Description SdkHttpFullRequestUpdateGroupRequestMarshaller. marshall(UpdateGroupRequest updateGroupRequest)
-