Uses of Class
software.amazon.awssdk.services.iam.model.UpdateGroupRequest
-
Packages that use UpdateGroupRequest Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.transform -
-
Uses of UpdateGroupRequest in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam with parameters of type UpdateGroupRequest Modifier and Type Method Description default CompletableFuture<UpdateGroupResponse>IamAsyncClient. updateGroup(UpdateGroupRequest 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. -
Uses of UpdateGroupRequest in software.amazon.awssdk.services.iam.transform
Methods in software.amazon.awssdk.services.iam.transform with parameters of type UpdateGroupRequest Modifier and Type Method Description SdkHttpFullRequestUpdateGroupRequestMarshaller. marshall(UpdateGroupRequest updateGroupRequest)
-