org.encalmo.aws
package org.encalmo.aws
Members list
Type members
Classlikes
object AwsApiGatewayApi
Attributes
- Supertypes
- Self type
-
AwsApiGatewayApi.type
object AwsApiGatewayV2Api
Attributes
- Supertypes
- Self type
-
AwsApiGatewayV2Api.type
trait AwsClient
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
class AwsClientStatefulStubclass AwsClientStatelessStub
object AwsClient
class AwsClientStatefulStub extends AwsClient
Support for stateless testing of AWS Client interfaces. Work-in-progres. Currently suported are:
object AwsClientStatefulStub
Attributes
- Companion
- class
- Supertypes
- Self type
class AwsClientStatelessStub extends AwsClient, StubsBuffer
Support for stateless testing of AWS Client interfaces. Work-in-progres. Currently suported are:
Support for stateless testing of AWS Client interfaces. Work-in-progres. Currently suported are:
- DynamoDB: Get, Put, Delete and Update Item.
Attributes
- Companion
- object
- Supertypes
object AwsClientStatelessStub
Attributes
- Companion
- class
- Supertypes
- Self type
object AwsDynamoDbApi
Attributes
- Supertypes
- Self type
-
AwsDynamoDbApi.type
object AwsIamApi
object AwsKmsApi
object AwsLambdaApi
Attributes
- Supertypes
- Self type
-
AwsLambdaApi.type
object AwsS3Api
object AwsSecretsManagerApi
Attributes
- Supertypes
- Self type
-
AwsSecretsManagerApi.type
object AwsSqsApi
object AwsStsApi
object DefaultDynamoDbEnvironment extends DynamoDbEnvironment
Attributes
- Supertypes
- Self type
object DefaultErrorContext extends ErrorContext
Attributes
- Supertypes
- Self type
-
DefaultErrorContext.type
trait DynamoDbEnvironment
Attributes
- Supertypes
- Known subtypes
-
object DefaultDynamoDbEnvironment
trait DynamoDbTable[PartitionKeyType](partitionKeyName: String)(using keyToAttributeValue: Conversion[PartitionKeyType, AttributeValue])
Attributes
- Supertypes
trait DynamoDbTableWithSortKey[PartitionKeyType, SortKeyType](partitionKeyName: String, sortKeyName: String)(using partitionKeyToAttributeValue: Conversion[PartitionKeyType, AttributeValue], sortKeyToAttributeValue: Conversion[SortKeyType, AttributeValue])
Attributes
- Supertypes
trait ErrorContext
Attributes
- Supertypes
- Known subtypes
-
object DefaultErrorContext
final class InMemoryDynamoDb extends DynamoDbClient
Attributes
- Companion
- object
- Supertypes
-
trait DynamoDbClienttrait AwsClienttrait SdkClienttrait SdkAutoCloseabletrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
object InMemoryDynamoDb
Attributes
- Companion
- class
- Supertypes
- Self type
-
InMemoryDynamoDb.type
class InMemorySecretsManager extends SecretsManagerClient
Attributes
- Companion
- object
- Supertypes
-
trait SecretsManagerClienttrait AwsClienttrait SdkClienttrait SdkAutoCloseabletrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
object InMemorySecretsManager
Attributes
- Companion
- class
- Supertypes
- Self type
final class LambdaClientStub extends LambdaClient
Attributes
- Supertypes
-
trait LambdaClienttrait AwsClienttrait SdkClienttrait SdkAutoCloseabletrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
final class SqsClientStub() extends SqsClient
Attributes
- Supertypes
-
trait SqsClienttrait AwsClienttrait SdkClienttrait SdkAutoCloseabletrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
final class StsClientStub() extends StsClient
Attributes
- Supertypes
-
trait StsClienttrait AwsClienttrait SdkClienttrait SdkAutoCloseabletrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
In this article