Uses of Class
software.amazon.awssdk.services.sns.model.GetTopicAttributesResponse
Packages that use GetTopicAttributesResponse
-
Uses of GetTopicAttributesResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return GetTopicAttributesResponseModifier and TypeMethodDescriptiondefault GetTopicAttributesResponseSnsClient.getTopicAttributes(Consumer<GetTopicAttributesRequest.Builder> getTopicAttributesRequest) Returns all of the properties of a topic.default GetTopicAttributesResponseSnsClient.getTopicAttributes(GetTopicAttributesRequest getTopicAttributesRequest) Returns all of the properties of a topic.Methods in software.amazon.awssdk.services.sns that return types with arguments of type GetTopicAttributesResponseModifier and TypeMethodDescriptionSnsAsyncClient.getTopicAttributes(Consumer<GetTopicAttributesRequest.Builder> getTopicAttributesRequest) Returns all of the properties of a topic.SnsAsyncClient.getTopicAttributes(GetTopicAttributesRequest getTopicAttributesRequest) Returns all of the properties of a topic.