class Aws::STS::Plugins::Endpoints

Public Instance Methods

add_handlers(handlers, _config) click to toggle source
# File lib/aws-sdk-sts/plugins/endpoints.rb, line 72
def add_handlers(handlers, _config)
  handlers.add(Handler, step: :build, priority: 75)
end