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