Ana Sayfa›Dünya›Hegseth tones down warnings about China …
🌍 Dünya
Hegseth tones down warnings about China but says US remains committed to Pacific security
AP News World·🕐 46 dk önce·👁 0 görüntülenme
U.S. Defense Secretary Pete Hegseth gestures as he speaks during the Shangri-La Dialogue, Asia's annual defense and security forum, in Singapore, Saturday, May 30, 2026. (AP Photo/Achmad Ibrahim) 2026-05-30T03:19:38Z SINGAPORE (AP) — U.S. Defense Secretary Pete Hegseth assured Pacific allies on Saturday that Washington remained committed to the region, but toned down previous comments calling China a threat. Speaking to a group of world leaders, diplomats and top security officials at the Shangri-La defense conference in Singapore, Hegseth said that the region “has profound implications for U.S. security and prosperity” and that Washington’s priority was to “achieve a lasting and favorable balance of power in the Pacific.” It was his second time addressing the forum, hosted by the International Institute for Strategic Studies. Last year, he raised the ire of Beijing by warning of rapidly developing threats from China, particularly its aggressive stance toward Taiwan. He said China is no longer just building up its military forces to take Taiwan, it’s “actively training for it, every day.” This year, however, the meeting comes only about two weeks after U.S. President Donald Trump visited Chinese leader Xi Jinping in Beijing, following which Trump called Xi a “great leader” and said that they were going to have a “fantastic future together.” Hegseth says China won’t be allowed to dominate the region Hegseth, who was with Trump in Beijing, said the two leaders had agreed that China and the U.S. should “build a constructive relationship of strategic stability, based on fairness and reciprocity, reaffirming that while our nations will vigorously protect our respective interests, we can secure practical, mutually beneficial agreements where our interests align.” However, he said it was still an American priority to ensure that China is not allowed to dominate the Indo-Pacific. “There is rightful alarm regarding China’s historic military buildup and the expansion of its military activities in the region and beyond,” he said. “We share a clear-eyed assessment of that security environment and a mutual understanding that a Pacific dominated by any hegemon would unravel the regional balance of power and undermine the equilibrium we all seek to preserve.” U.S. Sen. Tammy Duckworth, part of a congressional delegation to the conference, accused the Trump administration of “cozying up” to China. /* Desktop-first: fully collapse by default */ #ap-readmore-embed { display: none; margin: 0; padding: 0; height: 0; min-height: 0; overflow: hidden; text-align: center; position: relative; z-index: 2; } /* Only show on mobile */ @media (max-width: 767px) { #ap-readmore-embed { display: block; margin: 28px 0; height: auto; overflow: visible; } } #ap-readmore-embed .ap-readmore-btn { appearance: none; -webkit-appearance: none; border: 0; background: #000; color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-family: inherit, "AP Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.2px; line-height: 1; box-shadow: 0 10px 18px rgba(0,0,0,0.12); transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease; touch-action: manipulation; -webkit-tap-highlight-color: transparent; position: relative; z-index: 3; } #ap-readmore-embed .ap-readmore-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 22px rgba(0,0,0,0.16); } #ap-readmore-embed .ap-readmore-btn:active { transform: translateY(0); box-shadow: 0 10px 18px rgba(0,0,0,0.12); opacity: 0.95; } #ap-readmore-embed .ap-readmore-btn:focus-visible { outline: 3px solid rgba(228, 0, 43, 0.35); outline-offset: 3px; } #ap-readmore-embed .ap-readmore-icon { width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-top: -2px; } #ap-readmore-embed .ap-readmore-fade { display: none; height: 48px; margin-top: -48px; pointer-events: none; background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); } Read More (function () { var APRM_EMBED_ID = "ap-readmore-embed"; var APRM_MOBILE_MQ = "(max-width: 767px)"; function APRM_onReady(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } APRM_onReady(function () { var APRM_embedEl = document.getElementById(APRM_EMBED_ID); if (!APRM_embedEl) return; // 🚨 DESKTOP: remove entire module wrapper and bail early if (!window.matchMedia(APRM_MOBILE_MQ).matches) { var APRM_rootModule = APRM_embedEl.closest(".HTMLModuleEnhancement") || APRM_embedEl.closest(".HtmlModule"); if (APRM_rootModule && APRM_rootModule.parentNode) { APRM_rootModule.parentNode.removeChild(APRM_rootModule); } else if (APRM_embedEl.parentNode) { APRM_embedEl.parentNode.removeChild(APRM_embedEl); } return; // stop the rest of the script from running } }); })(); (function () { var EMBED_ID = "ap-readmore-embed"; var BTN_ID = "apReadMoreBtn"; var FADE_ID = "apReadMoreFade"; var STOP_SELECTOR = ".Page-below"; var SIGN_IN_GATE_SELECTOR = ".sign-in-gate-content"; var HIDDEN_ATTR = "data-ap-readmore-hidden"; var MOBILE_MQ = "(max-width: 767px)"; function ready(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } function isElementNode(n) { return n && n.nodeType === 1; } function cancelEvent(e) { if (!e) return; if (typeof e.preventDefault === "function") e.preventDefault(); if (typeof e.stopPropagation === "function") e.stopPropagation(); if (typeof e.stopImmediatePropagation === "function") e.stopImmediatePropagation(); e.cancelBubble = true; e.returnValue = false; } function collapseDesktopEmbed(embed) { if (!embed) return true; if (!window.matchMedia(MOBILE_MQ).matches) { var maybeWrappers = [ embed.parentElement, embed.closest(".html-embed"), embed.closest("[data-type='htmlembed']"), embed.closest("[class*='embed']"), embed.closest("[class*='Embed']") ].filter(Boolean); embed.style.display = "none"; embed.style.margin = "0"; embed.style.padding = "0"; embed.style.height = "0"; embed.style.minHeight = "0"; embed.style.overflow = "hidden"; maybeWrappers.forEach(function (el) { el.style.margin = "0"; el.style.padding = "0"; el.style.height = "0"; el.style.minHeight = "0"; el.style.overflow = "hidden"; }); if (embed.parentNode) { embed.parentNode.removeChild(embed); } return true; } return false; } ready(function () { var embed = document.getElementById(EMBED_ID); var btn = document.getElementById(BTN_ID); var fade = document.getElementById(FADE_ID); if (!embed || !btn) return; if (collapseDesktopEmbed(embed)) return; var signInGate = document.querySelector(SIGN_IN_GATE_SELECTOR); if (signInGate) { embed.innerHTML = ""; return; } // — Analytics: impression when embed enters viewport — if ("IntersectionObserver" in window) { var io = new IntersectionObserver(function (entries, observer) { if (entries[0].isIntersecting) { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: "ap_readmore_impression" }); observer.disconnect(); } }, { threshold: 0 }); io.observe(btn); } var stopEl = document.querySelector(STOP_SELECTOR); if (!stopEl) return; var rootCandidates = [ embed.closest(".Page"), embed.closest("article"), embed.closest("main"), document.body ].filter(Boolean); var root = rootCandidates.find(function (c) { return c.contains(stopEl); }) || document.body; var all = root.getElementsByTagName("*"); var hidden = []; for (var i = 0; i “I worry that this administration is being distracted into wars that they’ve started in other parts of the world at the expense of our commitment here in the Indo-Pacific,” the Illinois Democrat told reporters on the sidelines. “I am concerned that it seems like our president is entering into, you know, policies where he’s doing what Beijing wants him to do,” she added. After the meetings between Xi and Trump, the American president raised questions about Washington’s willingness to defend Taiwan, calling a new $14 billion arms package that he has yet to greenlight “a very good negotiating chip for us” with China. China claims the democratic self-governing island as its own, and Xi has not ruled out using force to take it. The U.S. is required by law to help provide Taiwan with the means to defend itself, though follows a policy of “strategic ambiguity” on whether it would intervene militarily if China were to attack the island. Hegseth told the forum that there was “no change in our status” toward Taiwan, but would not comment on the arms deal. “Any decision about future Taiwan arms sales, as the president said, will rest with him,” he said. US praises countries that spent more on defense He underscored the Trump administration’s insistence that allies increase defense spending, saying “we need partners, not protectorates.” He lauded several countries in Asia for their efforts, while reiterating criticism of European allies, without naming names, who he suggested got “distracted by empty globalist rhetoric about the rules-based international order.” “Our partners in Asia have long understood that the bedrock of a durable partnership is not based on idealistic values but on the concrete alignment of national interests,” he said. “When our interests diverge, we adjust pragmatically, without the drama or the moralizing,” he added. “I think Western Europe might take note — this is a mindset we fully embrace.” Hegseth did not mention either the war in Ukraine or Iran war in his speech. When asked about Iran, he only said that Trump had assured him that when negotiations with Tehran had concluded, “any deal will be a good deal.” Australian Defense Minister Richard Marles, whose country was among those Hegseth praised for increased military spending, said that while the international rules-based order is not perfect, the “task before us, all of us, including the great powers, is the renovation of that order, not its dismemberment.” “When the rules apply, smaller states have agency,” Marles said in a speech that followed Hegseth’s. “When the rules yield to power, sovereignty becomes, as others have put it, the purview of the powerful, and no state in this room today, whatever its size, is well served by that outcome.” DAVID RISING Rising covers regional Asia-Pacific stories for The Associated Press. He has worked around the world, including covering the wars in Iraq, Afghanistan and Ukraine, and was based for nearly 20 years in Berlin before moving to Bangkok. twitter mailto
U.S. Defense Secretary Pete Hegseth gestures as he speaks during the Shangri-La Dialogue, Asia’s annual defense and security forum, in Singapore, Saturday, May 30, 2026. (AP Photo/Achmad Ibrahim)Australian Defence Minister Richard Marles delivers his address during the Shangri-La Dialogue, Asia’s annual defense and security forum, in Singapore, Saturday, May 30, 2026. (AP Photo/Achmad Ibrahim)U.S. Defense Secretary Pete Hegseth listens to a question during the Shangri-La Dialogue, Asia’s annual defense and security forum, in Singapore, Saturday, May 30, 2026. (AP Photo/Achmad Ibrahim)Australian Defence Minister Richard Marles delivers his address during the Shangri-La Dialogue, Asia’s annual defense and security forum, in Singapore, Saturday, May 30, 2026. (AP Photo/Achmad Ibrahim)Australian Defence Minister Richard Marles delivers his address during the Shangri-La Dialogue, Asia’s annual defense and security forum, in Singapore, Saturday, May 30, 2026. (AP Photo/Achmad Ibrahim)U.S. Defense Secretary Pete Hegseth gestures as he speaks during the Shangri-La Dialogue, Asia’s annual defense and security forum, in Singapore, Saturday, May 30, 2026. (AP Photo/Achmad Ibrahim)Australian Defence Minister Richard Marles delivers his address during the Shangri-La Dialogue, Asia’s annual defense and security forum, in Singapore, Saturday, May 30, 2026. (AP Photo/Achmad Ibrahim)U.S. Defense Secretary Pete Hegseth listens to a question during the Shangri-La Dialogue, Asia’s annual defense and security forum, in Singapore, Saturday, May 30, 2026. (AP Photo/Achmad Ibrahim)Australian Defence Minister Richard Marles delivers his address during the Shangri-La Dialogue, Asia’s annual defense and security forum, in Singapore, Saturday, May 30, 2026. (AP Photo/Achmad Ibrahim)Australian Defence Minister Richard Marles delivers his address during the Shangri-La Dialogue, Asia’s annual defense and security forum, in Singapore, Saturday, May 30, 2026. (AP Photo/Achmad Ibrahim)
SINGAPORE (AP) — U.S. Defense Secretary Pete Hegseth assured Pacific allies on Saturday that Washington remained committed to the region, but toned down previous comments calling China a threat.Speaking to a group of world leaders, diplomats and top security officials at the Shangri-La defense conference in Singapore, Hegseth said that the region “has profound implications for U.S. security and prosperity” and that Washington’s priority was to “achieve a lasting and favorable balance of power in the Pacific.”It was his second time addressing the forum, hosted by the International Institute for Strategic Studies. Last year, he raised the ire of Beijing by warning of rapidly developing threats from China, particularly its aggressive stance toward Taiwan. He said China is no longer just building up its military forces to take Taiwan, it’s “actively training for it, every day.”This year, however, the meeting comes only about two weeks after U.S. President Donald Trump visited Chinese leader Xi Jinping in Beijing, following which Trump called Xi a “great leader” and said that they were going to have a “fantastic future together.”Hegseth, who was with Trump in Beijing, said the two leaders had agreed that China and the U.S. should “build a constructive relationship of strategic stability, based on fairness and reciprocity, reaffirming that while our nations will vigorously protect our respective interests, we can secure practical, mutually beneficial agreements where our interests align.”However, he said it was still an American priority to ensure that China is not allowed to dominate the Indo-Pacific. “There is rightful alarm regarding China’s historic military buildup and the expansion of its military activities in the region and beyond,” he said. “We share a clear-eyed assessment of that security environment and a mutual understanding that a Pacific dominated by any hegemon would unravel the regional balance of power and undermine the equilibrium we all seek to preserve.”U.S. Sen. Tammy Duckworth, part of a congressional delegation to the conference, accused the Trump administration of “cozying up” to China.
“I worry that this administration is being distracted into wars that they’ve started in other parts of the world at the expense of our commitment here in the Indo-Pacific,” the Illinois Democrat told reporters on the sidelines. “I am concerned that it seems like our president is entering into, you know, policies where he’s doing what Beijing wants him to do,” she added.After the meetings between Xi and Trump, the American president raised questions about Washington’s willingness to defend Taiwan, calling a new $14 billion arms package that he has yet to greenlight “a very good negotiating chip for us” with China. China claims the democratic self-governing island as its own, and Xi has not ruled out using force to take it. The U.S. is required by law to help provide Taiwan with the means to defend itself, though follows a policy of “strategic ambiguity” on whether it would intervene militarily if China were to attack the island.Hegseth told the forum that there was “no change in our status” toward Taiwan, but would not comment on the arms deal. “Any decision about future Taiwan arms sales, as the president said, will rest with him,” he said. He underscored the Trump administration’s insistence that allies increase defense spending, saying “we need partners, not protectorates.” He lauded several countries in Asia for their efforts, while reiterating criticism of European allies, without naming names, who he suggested got “distracted by empty globalist rhetoric about the rules-based international order.”“Our partners in Asia have long understood that the bedrock of a durable partnership is not based on idealistic values but on the concrete alignment of national interests,” he said. “When our interests diverge, we adjust pragmatically, without the drama or the moralizing,” he added. “I think Western Europe might take note — this is a mindset we fully embrace.”Hegseth did not mention either the war in Ukraine or Iran war in his speech. When asked about Iran, he only said that Trump had assured him that when negotiations with Tehran had concluded, “any deal will be a good deal.”Australian Defense Minister Richard Marles, whose country was among those Hegseth praised for increased military spending, said that while the international rules-based order is not perfect, the “task before us, all of us, including the great powers, is the renovation of that order, not its dismemberment.” “When the rules apply, smaller states have agency,” Marles said in a speech that followed Hegseth’s. “When the rules yield to power, sovereignty becomes, as others have put it, the purview of the powerful, and no state in this room today, whatever its size, is well served by that outcome.”