Uses of Class
com.amazonaws.services.sns.model.SetTopicAttributesResult
-
Packages that use SetTopicAttributesResult Package Description com.amazonaws.services.sns com.amazonaws.services.sns.model -
-
Uses of SetTopicAttributesResult in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns that return SetTopicAttributesResult Modifier and Type Method Description SetTopicAttributesResultAbstractAmazonSNS. setTopicAttributes(SetTopicAttributesRequest request)SetTopicAttributesResultAbstractAmazonSNS. setTopicAttributes(String topicArn, String attributeName, String attributeValue)SetTopicAttributesResultAmazonSNS. setTopicAttributes(SetTopicAttributesRequest setTopicAttributesRequest)Allows a topic owner to set an attribute of the topic to a new value.SetTopicAttributesResultAmazonSNS. setTopicAttributes(String topicArn, String attributeName, String attributeValue)Simplified method form for invoking the SetTopicAttributes operation.SetTopicAttributesResultAmazonSNSClient. setTopicAttributes(SetTopicAttributesRequest setTopicAttributesRequest)Allows a topic owner to set an attribute of the topic to a new value.SetTopicAttributesResultAmazonSNSClient. setTopicAttributes(String topicArn, String attributeName, String attributeValue)Methods in com.amazonaws.services.sns that return types with arguments of type SetTopicAttributesResult Modifier and Type Method Description Future<SetTopicAttributesResult>AbstractAmazonSNSAsync. setTopicAttributesAsync(SetTopicAttributesRequest request)Future<SetTopicAttributesResult>AbstractAmazonSNSAsync. setTopicAttributesAsync(SetTopicAttributesRequest request, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)Future<SetTopicAttributesResult>AbstractAmazonSNSAsync. setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue)Simplified method form for invoking the SetTopicAttributes operation.Future<SetTopicAttributesResult>AbstractAmazonSNSAsync. setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)Simplified method form for invoking the SetTopicAttributes operation with an AsyncHandler.Future<SetTopicAttributesResult>AmazonSNSAsync. setTopicAttributesAsync(SetTopicAttributesRequest setTopicAttributesRequest)Allows a topic owner to set an attribute of the topic to a new value.Future<SetTopicAttributesResult>AmazonSNSAsync. setTopicAttributesAsync(SetTopicAttributesRequest setTopicAttributesRequest, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)Allows a topic owner to set an attribute of the topic to a new value.Future<SetTopicAttributesResult>AmazonSNSAsync. setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue)Simplified method form for invoking the SetTopicAttributes operation.Future<SetTopicAttributesResult>AmazonSNSAsync. setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)Simplified method form for invoking the SetTopicAttributes operation with an AsyncHandler.Future<SetTopicAttributesResult>AmazonSNSAsyncClient. setTopicAttributesAsync(SetTopicAttributesRequest request)Future<SetTopicAttributesResult>AmazonSNSAsyncClient. setTopicAttributesAsync(SetTopicAttributesRequest request, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)Future<SetTopicAttributesResult>AmazonSNSAsyncClient. setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue)Simplified method form for invoking the SetTopicAttributes operation.Future<SetTopicAttributesResult>AmazonSNSAsyncClient. setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)Simplified method form for invoking the SetTopicAttributes operation with an AsyncHandler.Method parameters in com.amazonaws.services.sns with type arguments of type SetTopicAttributesResult Modifier and Type Method Description Future<SetTopicAttributesResult>AbstractAmazonSNSAsync. setTopicAttributesAsync(SetTopicAttributesRequest request, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)Future<SetTopicAttributesResult>AbstractAmazonSNSAsync. setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)Simplified method form for invoking the SetTopicAttributes operation with an AsyncHandler.Future<SetTopicAttributesResult>AmazonSNSAsync. setTopicAttributesAsync(SetTopicAttributesRequest setTopicAttributesRequest, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)Allows a topic owner to set an attribute of the topic to a new value.Future<SetTopicAttributesResult>AmazonSNSAsync. setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)Simplified method form for invoking the SetTopicAttributes operation with an AsyncHandler.Future<SetTopicAttributesResult>AmazonSNSAsyncClient. setTopicAttributesAsync(SetTopicAttributesRequest request, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)Future<SetTopicAttributesResult>AmazonSNSAsyncClient. setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue, AsyncHandler<SetTopicAttributesRequest,SetTopicAttributesResult> asyncHandler)Simplified method form for invoking the SetTopicAttributes operation with an AsyncHandler. -
Uses of SetTopicAttributesResult in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return SetTopicAttributesResult Modifier and Type Method Description SetTopicAttributesResultSetTopicAttributesResult. clone()
-