Class: Aws::STS::Plugins::Endpoints

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

Defined Under Namespace

Classes: Handler

Instance Method Summary collapse

Methods inherited from Seahorse::Client::Plugin

#add_options, #after_initialize, after_initialize, after_initialize_hooks, before_initialize, #before_initialize, before_initialize_hooks, handlers, literal, option, options

Methods included from Seahorse::Client::HandlerBuilder

#handle, #handle_request, #handle_response, #handler_for, #new_handler

Instance Method Details

#add_handlers(handlers, _config) ⇒ Object



81
82
83
# File 'lib/aws-sdk-sts/plugins/endpoints.rb', line 81

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