Package | Description |
---|---|
com.amazonaws.services.sns |
|
com.amazonaws.services.sns.model |
Modifier and Type | Method and Description |
---|---|
GetTopicAttributesResult |
AmazonSNSClient.getTopicAttributes(GetTopicAttributesRequest request)
Returns all of the properties of a topic.
|
GetTopicAttributesResult |
AbstractAmazonSNS.getTopicAttributes(GetTopicAttributesRequest request) |
GetTopicAttributesResult |
AmazonSNS.getTopicAttributes(GetTopicAttributesRequest getTopicAttributesRequest)
Returns all of the properties of a topic.
|
GetTopicAttributesResult |
AmazonSNSClient.getTopicAttributes(String topicArn) |
GetTopicAttributesResult |
AbstractAmazonSNS.getTopicAttributes(String topicArn) |
GetTopicAttributesResult |
AmazonSNS.getTopicAttributes(String topicArn)
Simplified method form for invoking the GetTopicAttributes operation.
|
Modifier and Type | Method and Description |
---|---|
GetTopicAttributesResult |
GetTopicAttributesResult.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
GetTopicAttributesResult |
GetTopicAttributesResult.clearAttributesEntries()
Removes all the entries added into Attributes.
|
GetTopicAttributesResult |
GetTopicAttributesResult.clone() |
GetTopicAttributesResult |
GetTopicAttributesResult.withAttributes(Map<String,String> attributes)
A map of the topic's attributes.
|
Copyright © 2023. All rights reserved.