Uses of Class
software.amazon.awssdk.services.sns.model.GetSubscriptionAttributesResponse
Packages that use GetSubscriptionAttributesResponse
-
Uses of GetSubscriptionAttributesResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return GetSubscriptionAttributesResponseModifier and TypeMethodDescriptionSnsClient.getSubscriptionAttributes(Consumer<GetSubscriptionAttributesRequest.Builder> getSubscriptionAttributesRequest) Returns all of the properties of a subscription.SnsClient.getSubscriptionAttributes(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest) Returns all of the properties of a subscription.Methods in software.amazon.awssdk.services.sns that return types with arguments of type GetSubscriptionAttributesResponseModifier and TypeMethodDescriptionSnsAsyncClient.getSubscriptionAttributes(Consumer<GetSubscriptionAttributesRequest.Builder> getSubscriptionAttributesRequest) Returns all of the properties of a subscription.SnsAsyncClient.getSubscriptionAttributes(GetSubscriptionAttributesRequest getSubscriptionAttributesRequest) Returns all of the properties of a subscription.