Uses of Class
com.amazonaws.services.sns.model.GetTopicAttributesResult
Packages that use GetTopicAttributesResult
-
Uses of GetTopicAttributesResult in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns that return GetTopicAttributesResultModifier and TypeMethodDescriptionAbstractAmazonSNS.getTopicAttributes(GetTopicAttributesRequest request) AbstractAmazonSNS.getTopicAttributes(String topicArn) AmazonSNS.getTopicAttributes(GetTopicAttributesRequest getTopicAttributesRequest) Returns all of the properties of a topic.AmazonSNS.getTopicAttributes(String topicArn) Simplified method form for invoking the GetTopicAttributes operation.AmazonSNSClient.getTopicAttributes(GetTopicAttributesRequest getTopicAttributesRequest) Returns all of the properties of a topic.AmazonSNSClient.getTopicAttributes(String topicArn) Methods in com.amazonaws.services.sns that return types with arguments of type GetTopicAttributesResultModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.getTopicAttributesAsync(GetTopicAttributesRequest request) AbstractAmazonSNSAsync.getTopicAttributesAsync(GetTopicAttributesRequest request, AsyncHandler<GetTopicAttributesRequest, GetTopicAttributesResult> asyncHandler) AbstractAmazonSNSAsync.getTopicAttributesAsync(String topicArn) Simplified method form for invoking the GetTopicAttributes operation.AbstractAmazonSNSAsync.getTopicAttributesAsync(String topicArn, AsyncHandler<GetTopicAttributesRequest, GetTopicAttributesResult> asyncHandler) Simplified method form for invoking the GetTopicAttributes operation with an 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.AmazonSNSAsync.getTopicAttributesAsync(String topicArn) Simplified method form for invoking the GetTopicAttributes operation.AmazonSNSAsync.getTopicAttributesAsync(String topicArn, AsyncHandler<GetTopicAttributesRequest, GetTopicAttributesResult> asyncHandler) Simplified method form for invoking the GetTopicAttributes operation with an AsyncHandler.AmazonSNSAsyncClient.getTopicAttributesAsync(GetTopicAttributesRequest request) AmazonSNSAsyncClient.getTopicAttributesAsync(GetTopicAttributesRequest request, AsyncHandler<GetTopicAttributesRequest, GetTopicAttributesResult> asyncHandler) AmazonSNSAsyncClient.getTopicAttributesAsync(String topicArn) Simplified method form for invoking the GetTopicAttributes operation.AmazonSNSAsyncClient.getTopicAttributesAsync(String topicArn, AsyncHandler<GetTopicAttributesRequest, GetTopicAttributesResult> asyncHandler) Simplified method form for invoking the GetTopicAttributes operation with an AsyncHandler.Method parameters in com.amazonaws.services.sns with type arguments of type GetTopicAttributesResultModifier 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 GetTopicAttributesResult in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return GetTopicAttributesResultModifier and TypeMethodDescriptionGetTopicAttributesResult.addAttributesEntry(String key, String value) GetTopicAttributesResult.clearAttributesEntries()Removes all the entries added into Attributes.GetTopicAttributesResult.clone()GetTopicAttributesResult.withAttributes(Map<String, String> attributes) A map of the topic's attributes.