| Package | Description |
|---|---|
| com.amazonaws.services.sns |
|
| com.amazonaws.services.sns.model |
Classes modeling the various types represented by AmazonSNS
|
| Modifier and Type | Method and Description |
|---|---|
GetTopicAttributesResult |
AmazonSNS.getTopicAttributes(GetTopicAttributesRequest getTopicAttributesRequest)
Returns all of the properties of a topic.
|
GetTopicAttributesResult |
AmazonSNSClient.getTopicAttributes(GetTopicAttributesRequest getTopicAttributesRequest)
Returns all of the properties of a topic.
|
GetTopicAttributesResult |
AmazonSNS.getTopicAttributes(String topicArn)
Returns all of the properties of a topic.
|
GetTopicAttributesResult |
AmazonSNSClient.getTopicAttributes(String topicArn)
Returns all of the properties of a topic.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetTopicAttributesResult> |
AmazonSNSAsync.getTopicAttributesAsync(GetTopicAttributesRequest getTopicAttributesRequest)
Returns all of the properties of a topic.
|
Future<GetTopicAttributesResult> |
AmazonSNSAsyncClient.getTopicAttributesAsync(GetTopicAttributesRequest getTopicAttributesRequest)
Returns all of the properties of a topic.
|
Future<GetTopicAttributesResult> |
AmazonSNSAsync.getTopicAttributesAsync(GetTopicAttributesRequest getTopicAttributesRequest,
AsyncHandler<GetTopicAttributesRequest,GetTopicAttributesResult> asyncHandler)
Returns all of the properties of a topic.
|
Future<GetTopicAttributesResult> |
AmazonSNSAsyncClient.getTopicAttributesAsync(GetTopicAttributesRequest getTopicAttributesRequest,
AsyncHandler<GetTopicAttributesRequest,GetTopicAttributesResult> asyncHandler)
Returns all of the properties of a topic.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetTopicAttributesResult> |
AmazonSNSAsync.getTopicAttributesAsync(GetTopicAttributesRequest getTopicAttributesRequest,
AsyncHandler<GetTopicAttributesRequest,GetTopicAttributesResult> asyncHandler)
Returns all of the properties of a topic.
|
Future<GetTopicAttributesResult> |
AmazonSNSAsyncClient.getTopicAttributesAsync(GetTopicAttributesRequest getTopicAttributesRequest,
AsyncHandler<GetTopicAttributesRequest,GetTopicAttributesResult> asyncHandler)
Returns all of the properties of a topic.
|
| Modifier and Type | Method and Description |
|---|---|
GetTopicAttributesResult |
GetTopicAttributesResult.addAttributesEntry(String key,
String value)
A map of the topic's attributes.
|
GetTopicAttributesResult |
GetTopicAttributesResult.clearAttributesEntries()
Removes all the entries added into Attributes.
|
GetTopicAttributesResult |
GetTopicAttributesResult.withAttributes(Map<String,String> attributes)
A map of the topic's attributes.
|
Copyright © 2020. All rights reserved.