module Aws::Api::ServiceCustomizations

def customize(endpoint_prefix, &block)

Other tags:
    See: {Customizer} -

Returns:
  • (void) -

Parameters:
  • endpoint_prefix (String) --
def customize(endpoint_prefix, &block)
  @customizations[endpoint_prefix] << block
end