Package | Description |
---|---|
com.amazonaws.services.sns | |
com.amazonaws.services.sns.model | |
com.amazonaws.services.sns.model.transform |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetTopicAttributesResult> |
AmazonSNSAsyncClient.getTopicAttributesAsync(GetTopicAttributesRequest request,
AsyncHandler<GetTopicAttributesRequest,GetTopicAttributesResult> asyncHandler) |
java.util.concurrent.Future<GetTopicAttributesResult> |
AmazonSNSAsync.getTopicAttributesAsync(GetTopicAttributesRequest getTopicAttributesRequest,
AsyncHandler<GetTopicAttributesRequest,GetTopicAttributesResult> asyncHandler)
Returns all of the properties of a topic.
|
java.util.concurrent.Future<GetTopicAttributesResult> |
AbstractAmazonSNSAsync.getTopicAttributesAsync(GetTopicAttributesRequest request,
AsyncHandler<GetTopicAttributesRequest,GetTopicAttributesResult> asyncHandler) |
java.util.concurrent.Future<GetTopicAttributesResult> |
AmazonSNSAsyncClient.getTopicAttributesAsync(java.lang.String topicArn,
AsyncHandler<GetTopicAttributesRequest,GetTopicAttributesResult> asyncHandler)
Simplified method form for invoking the GetTopicAttributes operation with
an AsyncHandler.
|
java.util.concurrent.Future<GetTopicAttributesResult> |
AmazonSNSAsync.getTopicAttributesAsync(java.lang.String topicArn,
AsyncHandler<GetTopicAttributesRequest,GetTopicAttributesResult> asyncHandler)
Simplified method form for invoking the GetTopicAttributes operation with
an AsyncHandler.
|
java.util.concurrent.Future<GetTopicAttributesResult> |
AbstractAmazonSNSAsync.getTopicAttributesAsync(java.lang.String topicArn,
AsyncHandler<GetTopicAttributesRequest,GetTopicAttributesResult> asyncHandler)
Simplified method form for invoking the GetTopicAttributes operation with
an AsyncHandler.
|
Modifier and Type | Method and Description |
---|---|
GetTopicAttributesRequest |
GetTopicAttributesRequest.clone() |
GetTopicAttributesRequest |
GetTopicAttributesRequest.withTopicArn(java.lang.String topicArn)
The ARN of the topic whose properties you want to get.
|
Modifier and Type | Method and Description |
---|---|
Request<GetTopicAttributesRequest> |
GetTopicAttributesRequestMarshaller.marshall(GetTopicAttributesRequest getTopicAttributesRequest) |
Modifier and Type | Method and Description |
---|---|
Request<GetTopicAttributesRequest> |
GetTopicAttributesRequestMarshaller.marshall(GetTopicAttributesRequest getTopicAttributesRequest) |