Class: Aws::S3Control::Plugins::Dualstack Private

Inherits:
Seahorse::Client::Plugin
  • Object
show all
Defined in:
lib/aws-sdk-s3control/plugins/dualstack.rb

Overview

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.

Deprecated in favor of new endpoint generation.

Defined Under Namespace

Classes: OptionHandler

Instance Method Summary collapse

Instance Method Details

#add_handlers(handlers, _config) ⇒ 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.



9
10
11
# File 'lib/aws-sdk-s3control/plugins/dualstack.rb', line 9

def add_handlers(handlers, _config)
  handlers.add(OptionHandler, step: :initialize)
end