Uses of Class
com.amazonaws.services.sns.model.SetSubscriptionAttributesRequest
Packages that use SetSubscriptionAttributesRequest
-
Uses of SetSubscriptionAttributesRequest in com.amazonaws.services.sns
Methods in com.amazonaws.services.sns with parameters of type SetSubscriptionAttributesRequestModifier and TypeMethodDescriptionAbstractAmazonSNS.setSubscriptionAttributes(SetSubscriptionAttributesRequest request) AmazonSNS.setSubscriptionAttributes(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest) Allows a subscription owner to set an attribute of the topic to a new value.AmazonSNSClient.setSubscriptionAttributes(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest) Allows a subscription owner to set an attribute of the topic to a new value.AbstractAmazonSNSAsync.setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest request) AbstractAmazonSNSAsync.setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest request, AsyncHandler<SetSubscriptionAttributesRequest, SetSubscriptionAttributesResult> asyncHandler) AmazonSNSAsync.setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest) Allows a subscription owner to set an attribute of the topic to a new value.AmazonSNSAsync.setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest, AsyncHandler<SetSubscriptionAttributesRequest, SetSubscriptionAttributesResult> asyncHandler) Allows a subscription owner to set an attribute of the topic to a new value.AmazonSNSAsyncClient.setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest request) AmazonSNSAsyncClient.setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest request, AsyncHandler<SetSubscriptionAttributesRequest, SetSubscriptionAttributesResult> asyncHandler) Method parameters in com.amazonaws.services.sns with type arguments of type SetSubscriptionAttributesRequestModifier and TypeMethodDescriptionAbstractAmazonSNSAsync.setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest request, AsyncHandler<SetSubscriptionAttributesRequest, SetSubscriptionAttributesResult> asyncHandler) AbstractAmazonSNSAsync.setSubscriptionAttributesAsync(String subscriptionArn, String attributeName, String attributeValue, AsyncHandler<SetSubscriptionAttributesRequest, SetSubscriptionAttributesResult> asyncHandler) Simplified method form for invoking the SetSubscriptionAttributes operation with an AsyncHandler.AmazonSNSAsync.setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest setSubscriptionAttributesRequest, AsyncHandler<SetSubscriptionAttributesRequest, SetSubscriptionAttributesResult> asyncHandler) Allows a subscription owner to set an attribute of the topic to a new value.AmazonSNSAsync.setSubscriptionAttributesAsync(String subscriptionArn, String attributeName, String attributeValue, AsyncHandler<SetSubscriptionAttributesRequest, SetSubscriptionAttributesResult> asyncHandler) Simplified method form for invoking the SetSubscriptionAttributes operation with an AsyncHandler.AmazonSNSAsyncClient.setSubscriptionAttributesAsync(SetSubscriptionAttributesRequest request, AsyncHandler<SetSubscriptionAttributesRequest, SetSubscriptionAttributesResult> asyncHandler) AmazonSNSAsyncClient.setSubscriptionAttributesAsync(String subscriptionArn, String attributeName, String attributeValue, AsyncHandler<SetSubscriptionAttributesRequest, SetSubscriptionAttributesResult> asyncHandler) Simplified method form for invoking the SetSubscriptionAttributes operation with an AsyncHandler. -
Uses of SetSubscriptionAttributesRequest in com.amazonaws.services.sns.model
Methods in com.amazonaws.services.sns.model that return SetSubscriptionAttributesRequestModifier and TypeMethodDescriptionSetSubscriptionAttributesRequest.clone()SetSubscriptionAttributesRequest.withAttributeName(String attributeName) The name of the attribute you want to set.SetSubscriptionAttributesRequest.withAttributeValue(String attributeValue) The new value for the attribute in JSON format.SetSubscriptionAttributesRequest.withSubscriptionArn(String subscriptionArn) The ARN of the subscription to modify.