Class: Aws::CloudSearchDomain::Plugins::SwitchToPost::Handler Private

Inherits:
Seahorse::Client::Handler
  • Object
show all
Defined in:
lib/aws-sdk-cloudsearchdomain/plugins/switch_to_post.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#call(context) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



14
15
16
17
# File 'lib/aws-sdk-cloudsearchdomain/plugins/switch_to_post.rb', line 14

def call(context)
  convert_get_2_post(context)
  @handler.call(context)
end