Uses of Class
software.amazon.awssdk.services.sns.model.SetTopicAttributesRequest
-
Packages that use SetTopicAttributesRequest Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.transform -
-
Uses of SetTopicAttributesRequest in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns with parameters of type SetTopicAttributesRequest Modifier and Type Method Description default CompletableFuture<SetTopicAttributesResponse>SnsAsyncClient. setTopicAttributes(SetTopicAttributesRequest 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. -
Uses of SetTopicAttributesRequest in software.amazon.awssdk.services.sns.transform
Methods in software.amazon.awssdk.services.sns.transform with parameters of type SetTopicAttributesRequest Modifier and Type Method Description SdkHttpFullRequestSetTopicAttributesRequestMarshaller. marshall(SetTopicAttributesRequest setTopicAttributesRequest)
-