| 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 CompletableFuture<CreateProjectResponse> |
MobileAsyncClient.createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest)
Creates an AWS Mobile Hub project.
|
default CreateProjectResponse |
MobileClient.createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest)
Creates an AWS Mobile Hub project.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateProjectRequest.Builder |
CreateProjectRequest.builder() |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.contents(SdkBytes contents)
ZIP or YAML file which contains configuration settings to be used when creating the project.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.name(String name)
Name of the project.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.region(String region)
Default region where project resources should be created.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.snapshotId(String snapshotId)
Unique identifier for an exported snapshot of project configuration.
|
CreateProjectRequest.Builder |
CreateProjectRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateProjectRequest.Builder> |
CreateProjectRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.