Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.SetSubscriptionAttributes C# (CSharp) Метод

SetSubscriptionAttributes() публичный Метод

Allows a subscription owner to set an attribute of the topic to a new value.
/// Indicates that the user has been denied access to the requested resource. /// /// Indicates an internal service error. /// /// Indicates that a request parameter does not comply with the associated constraints. /// /// Indicates that the requested resource does not exist. ///
public SetSubscriptionAttributes ( SetSubscriptionAttributesRequest request ) : SetSubscriptionAttributesResponse
request SetSubscriptionAttributesRequest Container for the necessary parameters to execute the SetSubscriptionAttributes service method.
Результат SetSubscriptionAttributesResponse
        public SetSubscriptionAttributesResponse SetSubscriptionAttributes(SetSubscriptionAttributesRequest request)
        {
            var marshaller = new SetSubscriptionAttributesRequestMarshaller();
            var unmarshaller = SetSubscriptionAttributesResponseUnmarshaller.Instance;

            return Invoke<SetSubscriptionAttributesRequest,SetSubscriptionAttributesResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonSimpleNotificationServiceClient::SetSubscriptionAttributes ( string subscriptionArn, string attributeName, string attributeValue ) : SetSubscriptionAttributesResponse
AmazonSimpleNotificationServiceClient