Uses of Class
software.amazon.awssdk.services.sns.model.SetSubscriptionAttributesRequest
-
Packages that use SetSubscriptionAttributesRequest Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.transform -
-
Uses of SetSubscriptionAttributesRequest in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns with parameters of type SetSubscriptionAttributesRequest Modifier and Type Method Description default CompletableFuture<SetSubscriptionAttributesResponse>SnsAsyncClient. setSubscriptionAttributes(SetSubscriptionAttributesRequest 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. -
Uses of SetSubscriptionAttributesRequest in software.amazon.awssdk.services.sns.transform
Methods in software.amazon.awssdk.services.sns.transform with parameters of type SetSubscriptionAttributesRequest Modifier and Type Method Description SdkHttpFullRequestSetSubscriptionAttributesRequestMarshaller. marshall(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest)
-