Uses of Class
software.amazon.awssdk.services.sns.model.SetSubscriptionAttributesResponse
-
Packages that use SetSubscriptionAttributesResponse Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service -
-
Uses of SetSubscriptionAttributesResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return SetSubscriptionAttributesResponse Modifier and Type Method Description default SetSubscriptionAttributesResponseSnsClient. setSubscriptionAttributes(Consumer<SetSubscriptionAttributesRequest.Builder> setSubscriptionAttributesRequest)Allows a subscription owner to set an attribute of the subscription to a new value.default SetSubscriptionAttributesResponseSnsClient. 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 SetSubscriptionAttributesResponse Modifier and Type Method Description default CompletableFuture<SetSubscriptionAttributesResponse>SnsAsyncClient. setSubscriptionAttributes(Consumer<SetSubscriptionAttributesRequest.Builder> setSubscriptionAttributesRequest)Allows a subscription owner to set an attribute of the subscription to a new value.default CompletableFuture<SetSubscriptionAttributesResponse>SnsAsyncClient. setSubscriptionAttributes(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest)Allows a subscription owner to set an attribute of the subscription to a new value.
-