Uses of Class
software.amazon.awssdk.services.sns.model.SetTopicAttributesResponse
Packages that use SetTopicAttributesResponse
-
Uses of SetTopicAttributesResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return SetTopicAttributesResponseModifier and TypeMethodDescriptiondefault SetTopicAttributesResponseSnsClient.setTopicAttributes(Consumer<SetTopicAttributesRequest.Builder> setTopicAttributesRequest) Allows a topic owner to set an attribute of the topic to a new value.default SetTopicAttributesResponseSnsClient.setTopicAttributes(SetTopicAttributesRequest setTopicAttributesRequest) Allows a topic owner to set an attribute of the topic to a new value.Methods in software.amazon.awssdk.services.sns that return types with arguments of type SetTopicAttributesResponseModifier and TypeMethodDescriptionSnsAsyncClient.setTopicAttributes(Consumer<SetTopicAttributesRequest.Builder> setTopicAttributesRequest) Allows a topic owner to set an attribute of the topic to a new value.SnsAsyncClient.setTopicAttributes(SetTopicAttributesRequest setTopicAttributesRequest) Allows a topic owner to set an attribute of the topic to a new value.