| Package | Description |
|---|---|
| software.amazon.awssdk.services.mobile |
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.
|
| software.amazon.awssdk.services.mobile.model |
| Modifier and Type | Method and Description |
|---|---|
default ExportProjectResponse |
MobileClient.exportProject(Consumer<ExportProjectRequest.Builder> exportProjectRequest)
Exports project configuration to a snapshot which can be downloaded and shared.
|
default CompletableFuture<ExportProjectResponse> |
MobileAsyncClient.exportProject(Consumer<ExportProjectRequest.Builder> exportProjectRequest)
Exports project configuration to a snapshot which can be downloaded and shared.
|
| Modifier and Type | Method and Description |
|---|---|
static ExportProjectRequest.Builder |
ExportProjectRequest.builder() |
ExportProjectRequest.Builder |
ExportProjectRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ExportProjectRequest.Builder |
ExportProjectRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ExportProjectRequest.Builder |
ExportProjectRequest.Builder.projectId(String projectId)
Unique project identifier.
|
ExportProjectRequest.Builder |
ExportProjectRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExportProjectRequest.Builder> |
ExportProjectRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.