class DynamoClientImpl extends AwsClient[DynamoSettings]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DynamoClientImpl
- AwsClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DynamoClientImpl(settings: DynamoSettings, errorResponseHandler: HttpResponseHandler[AmazonServiceException])(implicit system: ActorSystem, materializer: ActorMaterializer)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
connection: AwsConnect
- Attributes
- protected
- Definition Classes
- DynamoClientImpl → AwsClient
-
val
defaultContentType: Binary
- Attributes
- protected
- Definition Classes
- DynamoClientImpl → AwsClient
-
implicit
val
ec: ExecutionContextExecutor
- Attributes
- protected
- Definition Classes
- DynamoClientImpl → AwsClient
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
errorResponseHandler: HttpResponseHandler[AmazonServiceException]
- Definition Classes
- DynamoClientImpl → AwsClient
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flow: Flow[AwsOp, AmazonWebServiceResult[ResponseMetadata], NotUsed]
- Definition Classes
- AwsClient
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
implicit
val
materializer: ActorMaterializer
- Attributes
- protected
- Definition Classes
- DynamoClientImpl → AwsClient
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
service: String
- Attributes
- protected
- Definition Classes
- DynamoClientImpl → AwsClient
-
val
settings: DynamoSettings
- Definition Classes
- DynamoClientImpl → AwsClient
- def single(op: AwsOp): Future[B]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
implicit
val
system: ActorSystem
- Attributes
- protected
- Definition Classes
- DynamoClientImpl → AwsClient
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )