Uses of Class
software.amazon.awssdk.services.iam.model.UntagRoleRequest
-
Packages that use UntagRoleRequest Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.transform -
-
Uses of UntagRoleRequest in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam with parameters of type UntagRoleRequest Modifier and Type Method Description default CompletableFuture<UntagRoleResponse>IamAsyncClient. untagRole(UntagRoleRequest untagRoleRequest)Removes the specified tags from the role.default UntagRoleResponseIamClient. untagRole(UntagRoleRequest untagRoleRequest)Removes the specified tags from the role. -
Uses of UntagRoleRequest in software.amazon.awssdk.services.iam.transform
Methods in software.amazon.awssdk.services.iam.transform with parameters of type UntagRoleRequest Modifier and Type Method Description SdkHttpFullRequestUntagRoleRequestMarshaller. marshall(UntagRoleRequest untagRoleRequest)
-