Uses of Class
software.amazon.awssdk.services.sns.model.SetSubscriptionAttributesResponse
Packages that use SetSubscriptionAttributesResponse
-
Uses of SetSubscriptionAttributesResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return SetSubscriptionAttributesResponseModifier and TypeMethodDescriptionSnsClient.setSubscriptionAttributes(Consumer<SetSubscriptionAttributesRequest.Builder> setSubscriptionAttributesRequest) Allows a subscription owner to set an attribute of the subscription to a new value.SnsClient.setSubscriptionAttributes(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest) Allows a subscription owner to set an attribute of the subscription to a new value.Methods in software.amazon.awssdk.services.sns that return types with arguments of type SetSubscriptionAttributesResponseModifier and TypeMethodDescriptionSnsAsyncClient.setSubscriptionAttributes(Consumer<SetSubscriptionAttributesRequest.Builder> setSubscriptionAttributesRequest) Allows a subscription owner to set an attribute of the subscription to a new value.SnsAsyncClient.setSubscriptionAttributes(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest) Allows a subscription owner to set an attribute of the subscription to a new value.