Uses of Class
software.amazon.awssdk.services.mobile.model.CreateProjectRequest
-
Packages that use CreateProjectRequest 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.transform -
-
Uses of CreateProjectRequest in software.amazon.awssdk.services.mobile
Methods in software.amazon.awssdk.services.mobile with parameters of type CreateProjectRequest Modifier and Type Method Description default CompletableFuture<CreateProjectResponse>MobileAsyncClient. createProject(CreateProjectRequest createProjectRequest)Creates an AWS Mobile Hub project.default CreateProjectResponseMobileClient. createProject(CreateProjectRequest createProjectRequest)Creates an AWS Mobile Hub project. -
Uses of CreateProjectRequest in software.amazon.awssdk.services.mobile.transform
Methods in software.amazon.awssdk.services.mobile.transform with parameters of type CreateProjectRequest Modifier and Type Method Description SdkHttpFullRequestCreateProjectRequestMarshaller. marshall(CreateProjectRequest createProjectRequest)
-