AwsServerOptions

case class AwsServerOptions[F[_]](encodeResponseBody: Boolean, interceptors: List[Interceptor[F]])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def appendInterceptor(i: Interceptor[F]): AwsServerOptions[F]
def prependInterceptor(i: Interceptor[F]): AwsServerOptions[F]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product