Uses of Class
software.amazon.awssdk.services.iam.model.UpdateGroupResponse
-
Packages that use UpdateGroupResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of UpdateGroupResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return UpdateGroupResponse Modifier and Type Method Description default UpdateGroupResponseIamClient. updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)Updates the name and/or the path of the specified IAM group.default UpdateGroupResponseIamClient. updateGroup(UpdateGroupRequest updateGroupRequest)Updates the name and/or the path of the specified IAM group.Methods in software.amazon.awssdk.services.iam that return types with arguments of type UpdateGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateGroupResponse>IamAsyncClient. updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)Updates the name and/or the path of the specified IAM group.default CompletableFuture<UpdateGroupResponse>IamAsyncClient. updateGroup(UpdateGroupRequest updateGroupRequest)Updates the name and/or the path of the specified IAM group.
-