Uses of Class
com.amazonaws.services.sns.model.SetTopicAttributesRequest
Packages that use SetTopicAttributesRequest
-
Uses of SetTopicAttributesRequest in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns with parameters of type SetTopicAttributesRequestModifier and TypeMethodDescriptionAbstractAmazonSNS.setTopicAttributes(SetTopicAttributesRequest request) AmazonSNS.setTopicAttributes(SetTopicAttributesRequest setTopicAttributesRequest) Allows a topic owner to set an attribute of the topic to a new value.AmazonSNSClient.setTopicAttributes(SetTopicAttributesRequest setTopicAttributesRequest) Allows a topic owner to set an attribute of the topic to a new value.AbstractAmazonSNSAsync.setTopicAttributesAsync(SetTopicAttributesRequest request) AbstractAmazonSNSAsync.setTopicAttributesAsync(SetTopicAttributesRequest request, AsyncHandler<SetTopicAttributesRequest, SetTopicAttributesResult> asyncHandler) AmazonSNSAsync.setTopicAttributesAsync(SetTopicAttributesRequest setTopicAttributesRequest) Allows a topic owner to set an attribute of the topic to a new value.AmazonSNSAsync.setTopicAttributesAsync(SetTopicAttributesRequest setTopicAttributesRequest, AsyncHandler<SetTopicAttributesRequest, SetTopicAttributesResult> asyncHandler) Allows a topic owner to set an attribute of the topic to a new value.AmazonSNSAsyncClient.setTopicAttributesAsync(SetTopicAttributesRequest request) AmazonSNSAsyncClient.setTopicAttributesAsync(SetTopicAttributesRequest request, AsyncHandler<SetTopicAttributesRequest, SetTopicAttributesResult> asyncHandler) Method parameters in com.amazonaws.services.sns with type arguments of type SetTopicAttributesRequestModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.setTopicAttributesAsync(SetTopicAttributesRequest request, AsyncHandler<SetTopicAttributesRequest, SetTopicAttributesResult> asyncHandler) AbstractAmazonSNSAsync.setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue, AsyncHandler<SetTopicAttributesRequest, SetTopicAttributesResult> asyncHandler) Simplified method form for invoking the SetTopicAttributes operation with an AsyncHandler.AmazonSNSAsync.setTopicAttributesAsync(SetTopicAttributesRequest setTopicAttributesRequest, AsyncHandler<SetTopicAttributesRequest, SetTopicAttributesResult> asyncHandler) Allows a topic owner to set an attribute of the topic to a new value.AmazonSNSAsync.setTopicAttributesAsync(String topicArn, String attributeName, String attributeValue, AsyncHandler<SetTopicAttributesRequest, SetTopicAttributesResult> asyncHandler) Simplified method form for invoking the SetTopicAttributes operation with an AsyncHandler.AmazonSNSAsyncClient.setTopicAttributesAsync(SetTopicAttributesRequest request, AsyncHandler<SetTopicAttributesRequest, SetTopicAttributesResult> asyncHandler) 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 SetTopicAttributesRequest in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return SetTopicAttributesRequestModifier and TypeMethodDescriptionSetTopicAttributesRequest.clone()SetTopicAttributesRequest.withAttributeName(String attributeName) The name of the attribute you want to set.SetTopicAttributesRequest.withAttributeValue(String attributeValue) The new value for the attribute.SetTopicAttributesRequest.withTopicArn(String topicArn) The ARN of the topic to modify.