Uses of Class
software.amazon.awssdk.services.iam.model.DeleteRolePolicyResponse
-
Packages that use DeleteRolePolicyResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of DeleteRolePolicyResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return DeleteRolePolicyResponse Modifier and Type Method Description default DeleteRolePolicyResponseIamClient. deleteRolePolicy(Consumer<DeleteRolePolicyRequest.Builder> deleteRolePolicyRequest)Deletes the specified inline policy that is embedded in the specified IAM role.default DeleteRolePolicyResponseIamClient. deleteRolePolicy(DeleteRolePolicyRequest deleteRolePolicyRequest)Deletes the specified inline policy that is embedded in the specified IAM role.Methods in software.amazon.awssdk.services.iam that return types with arguments of type DeleteRolePolicyResponse Modifier and Type Method Description default CompletableFuture<DeleteRolePolicyResponse>IamAsyncClient. deleteRolePolicy(Consumer<DeleteRolePolicyRequest.Builder> deleteRolePolicyRequest)Deletes the specified inline policy that is embedded in the specified IAM role.default CompletableFuture<DeleteRolePolicyResponse>IamAsyncClient. deleteRolePolicy(DeleteRolePolicyRequest deleteRolePolicyRequest)Deletes the specified inline policy that is embedded in the specified IAM role.
-