【问题标题】:AWS SNS Applications - Get Name of the Platform Applications via APIAWS SNS 应用程序 - 通过 API 获取平台应用程序的名称
【发布时间】:2017-01-24 23:32:39
【问题描述】:

我正在使用AmazonSNSClientlistPlatformApplications() 方法,它返回PlatformApplication 对象的列表。但是PlatformApplication 对象只有 ARN 和一个属性名称 "Enabled" 。我想获取 PlatformApplication 的名称。我该怎么做?

【问题讨论】:

  • 嗨@g.revolution 你得到问题的答案了吗?

标签: java amazon-web-services aws-sdk amazon-sns


【解决方案1】:

我想你在找AmazonSNSClient.getPlatformApplicationAttributes(GetPlatformApplicationAttributesRequest)

您可以将 ARN 从 PlatformApplication 传递到 GetPlatformApplicationAttributesRequest 以使用此方法检索属性。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2021-05-30
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-01-19
    • 2017-04-24
    • 1970-01-01
    相关资源
    最近更新 更多