Uses of Class
com.amazonaws.services.sns.model.GetTopicAttributesRequest
Packages that use GetTopicAttributesRequest
-
Uses of GetTopicAttributesRequest in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns with parameters of type GetTopicAttributesRequestModifier and TypeMethodDescriptionAbstractAmazonSNS.getTopicAttributes
(GetTopicAttributesRequest request) AmazonSNS.getTopicAttributes
(GetTopicAttributesRequest getTopicAttributesRequest) Returns all of the properties of a topic.AmazonSNSClient.getTopicAttributes
(GetTopicAttributesRequest getTopicAttributesRequest) Returns all of the properties of a topic.AbstractAmazonSNSAsync.getTopicAttributesAsync
(GetTopicAttributesRequest request) AbstractAmazonSNSAsync.getTopicAttributesAsync
(GetTopicAttributesRequest request, AsyncHandler<GetTopicAttributesRequest, GetTopicAttributesResult> asyncHandler) AmazonSNSAsync.getTopicAttributesAsync
(GetTopicAttributesRequest getTopicAttributesRequest) Returns all of the properties of a topic.AmazonSNSAsync.getTopicAttributesAsync
(GetTopicAttributesRequest getTopicAttributesRequest, AsyncHandler<GetTopicAttributesRequest, GetTopicAttributesResult> asyncHandler) Returns all of the properties of a topic.AmazonSNSAsyncClient.getTopicAttributesAsync
(GetTopicAttributesRequest request) AmazonSNSAsyncClient.getTopicAttributesAsync
(GetTopicAttributesRequest request, AsyncHandler<GetTopicAttributesRequest, GetTopicAttributesResult> asyncHandler) Method parameters in com.amazonaws.services.sns with type arguments of type GetTopicAttributesRequestModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.getTopicAttributesAsync
(GetTopicAttributesRequest request, AsyncHandler<GetTopicAttributesRequest, GetTopicAttributesResult> asyncHandler) AbstractAmazonSNSAsync.getTopicAttributesAsync
(String topicArn, AsyncHandler<GetTopicAttributesRequest, GetTopicAttributesResult> asyncHandler) Simplified method form for invoking the GetTopicAttributes operation with an AsyncHandler.AmazonSNSAsync.getTopicAttributesAsync
(GetTopicAttributesRequest getTopicAttributesRequest, AsyncHandler<GetTopicAttributesRequest, GetTopicAttributesResult> asyncHandler) Returns all of the properties of a topic.AmazonSNSAsync.getTopicAttributesAsync
(String topicArn, AsyncHandler<GetTopicAttributesRequest, GetTopicAttributesResult> asyncHandler) Simplified method form for invoking the GetTopicAttributes operation with an AsyncHandler.AmazonSNSAsyncClient.getTopicAttributesAsync
(GetTopicAttributesRequest request, AsyncHandler<GetTopicAttributesRequest, GetTopicAttributesResult> asyncHandler) AmazonSNSAsyncClient.getTopicAttributesAsync
(String topicArn, AsyncHandler<GetTopicAttributesRequest, GetTopicAttributesResult> asyncHandler) Simplified method form for invoking the GetTopicAttributes operation with an AsyncHandler. -
Uses of GetTopicAttributesRequest in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return GetTopicAttributesRequestModifier and TypeMethodDescriptionGetTopicAttributesRequest.clone()
GetTopicAttributesRequest.withTopicArn
(String topicArn) The ARN of the topic whose properties you want to get.