Uses of Class
software.amazon.awssdk.services.iam.model.DetachRolePolicyResponse
-
Packages that use DetachRolePolicyResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of DetachRolePolicyResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return DetachRolePolicyResponse Modifier and Type Method Description default DetachRolePolicyResponseIamClient. detachRolePolicy(Consumer<DetachRolePolicyRequest.Builder> detachRolePolicyRequest)Removes the specified managed policy from the specified role.default DetachRolePolicyResponseIamClient. detachRolePolicy(DetachRolePolicyRequest detachRolePolicyRequest)Removes the specified managed policy from the specified role.Methods in software.amazon.awssdk.services.iam that return types with arguments of type DetachRolePolicyResponse Modifier and Type Method Description default CompletableFuture<DetachRolePolicyResponse>IamAsyncClient. detachRolePolicy(Consumer<DetachRolePolicyRequest.Builder> detachRolePolicyRequest)Removes the specified managed policy from the specified role.default CompletableFuture<DetachRolePolicyResponse>IamAsyncClient. detachRolePolicy(DetachRolePolicyRequest detachRolePolicyRequest)Removes the specified managed policy from the specified role.
-