Uses of Class
software.amazon.awssdk.services.sns.model.GetTopicAttributesResponse
-
Packages that use GetTopicAttributesResponse Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service -
-
Uses of GetTopicAttributesResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return GetTopicAttributesResponse Modifier and Type Method Description default 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 GetTopicAttributesResponse Modifier and Type Method Description default CompletableFuture<GetTopicAttributesResponse>SnsAsyncClient. getTopicAttributes(Consumer<GetTopicAttributesRequest.Builder> getTopicAttributesRequest)Returns all of the properties of a topic.default CompletableFuture<GetTopicAttributesResponse>SnsAsyncClient. getTopicAttributes(GetTopicAttributesRequest getTopicAttributesRequest)Returns all of the properties of a topic.
-