Mobile class

AWS Mobile Service provides mobile app and website developers with capabilities required to configure AWS resources and bootstrap their developer desktop projects with the necessary SDKs, constants, tools and samples to make use of those resources.

Constructors

Mobile({required String region, AwsClientCredentials? credentials, AwsClientCredentialsProvider? credentialsProvider, Client? client, String? endpointUrl})

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
Closes the internal HTTP client if none was provided at creation. If a client was passed as a constructor argument, this becomes a noop.
createProject({Uint8List? contents, String? name, String? region, String? snapshotId}) Future<CreateProjectResult>
Creates an AWS Mobile Hub project.
deleteProject({required String projectId}) Future<DeleteProjectResult>
Delets a project in AWS Mobile Hub.
describeBundle({required String bundleId}) Future<DescribeBundleResult>
Get the bundle details for the requested bundle id.
describeProject({required String projectId, bool? syncFromResources}) Future<DescribeProjectResult>
Gets details about a project in AWS Mobile Hub.
exportBundle({required String bundleId, Platform? platform, String? projectId}) Future<ExportBundleResult>
Generates customized software development kit (SDK) and or tool packages used to integrate mobile web or mobile app clients with backend AWS resources.
exportProject({required String projectId}) Future<ExportProjectResult>
Exports project configuration to a snapshot which can be downloaded and shared. Note that mobile app push credentials are encrypted in exported projects, so they can only be shared successfully within the same AWS account.
listBundles({int? maxResults, String? nextToken}) Future<ListBundlesResult>
List all available bundles.
listProjects({int? maxResults, String? nextToken}) Future<ListProjectsResult>
Lists projects in AWS Mobile Hub.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateProject({required String projectId, Uint8List? contents}) Future<UpdateProjectResult>
Update an existing project.

Operators

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