JsonProtocol class

Constructors

JsonProtocol({Client? client, ServiceMetadata? service, String? region, String? endpointUrl, AwsClientCredentials? credentials, AwsClientCredentialsProvider? credentialsProvider, RequestSigner requestSigner = signAws4HmacSha256})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send({required String method, required String requestUri, required Map<String, AwsExceptionFn> exceptionFnMap, bool signed = true, Map<String, List<String>>? queryParams, Map<String, String>? headers, dynamic payload}) Future<JsonResponse>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited