Class: Aws::Glacier::Plugins::Endpoints

Inherits:
Seahorse::Client::Plugin show all
Defined in:
gems/aws-sdk-glacier/lib/aws-sdk-glacier/plugins/endpoints.rb

Instance Method Summary collapse

Methods inherited from Seahorse::Client::Plugin

#add_options, #after_initialize, after_initialize, #before_initialize, before_initialize, option

Methods included from Seahorse::Client::HandlerBuilder

#handle, #handle_request, #handle_response

Instance Method Details

#add_handlers(handlers, _config) ⇒ Object



131
132
133
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/plugins/endpoints.rb', line 131

def add_handlers(handlers, _config)
  handlers.add(Handler, step: :build, priority: 75)
end