Uses of Class
software.amazon.awssdk.services.sns.model.SetTopicAttributesResponse
-
Packages that use SetTopicAttributesResponse Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service -
-
Uses of SetTopicAttributesResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return SetTopicAttributesResponse Modifier and Type Method Description default 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 SetTopicAttributesResponse Modifier and Type Method Description default CompletableFuture<SetTopicAttributesResponse>SnsAsyncClient. setTopicAttributes(Consumer<SetTopicAttributesRequest.Builder> setTopicAttributesRequest)Allows a topic owner to set an attribute of the topic to a new value.default CompletableFuture<SetTopicAttributesResponse>SnsAsyncClient. setTopicAttributes(SetTopicAttributesRequest setTopicAttributesRequest)Allows a topic owner to set an attribute of the topic to a new value.
-