Uses of Interface
software.amazon.awssdk.services.mobile.model.CreateProjectRequest.Builder
-
Packages that use CreateProjectRequest.Builder 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 -
-
Uses of CreateProjectRequest.Builder in software.amazon.awssdk.services.mobile
Method parameters in software.amazon.awssdk.services.mobile with type arguments of type CreateProjectRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateProjectResponse>MobileAsyncClient. createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest)Creates an AWS Mobile Hub project.default CreateProjectResponseMobileClient. createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest)Creates an AWS Mobile Hub project. -
Uses of CreateProjectRequest.Builder in software.amazon.awssdk.services.mobile.model
Methods in software.amazon.awssdk.services.mobile.model that return CreateProjectRequest.Builder Modifier and Type Method Description static CreateProjectRequest.BuilderCreateProjectRequest. builder()CreateProjectRequest.BuilderCreateProjectRequest.Builder. contents(SdkBytes contents)ZIP or YAML file which contains configuration settings to be used when creating the project.CreateProjectRequest.BuilderCreateProjectRequest.Builder. name(String name)Name of the project.CreateProjectRequest.BuilderCreateProjectRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateProjectRequest.BuilderCreateProjectRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateProjectRequest.BuilderCreateProjectRequest.Builder. region(String region)Default region where project resources should be created.CreateProjectRequest.BuilderCreateProjectRequest.Builder. snapshotId(String snapshotId)Unique identifier for an exported snapshot of project configuration.CreateProjectRequest.BuilderCreateProjectRequest. toBuilder()Methods in software.amazon.awssdk.services.mobile.model that return types with arguments of type CreateProjectRequest.Builder Modifier and Type Method Description static Class<? extends CreateProjectRequest.Builder>CreateProjectRequest. serializableBuilderClass()
-