Uses of Class
software.amazon.awssdk.services.mobile.model.DeleteProjectResponse
-
Packages that use DeleteProjectResponse 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. -
-
Uses of DeleteProjectResponse in software.amazon.awssdk.services.mobile
Methods in software.amazon.awssdk.services.mobile that return DeleteProjectResponse Modifier and Type Method Description default DeleteProjectResponseMobileClient. deleteProject(Consumer<DeleteProjectRequest.Builder> deleteProjectRequest)Delets a project in AWS Mobile Hub.default DeleteProjectResponseMobileClient. deleteProject(DeleteProjectRequest deleteProjectRequest)Delets a project in AWS Mobile Hub.Methods in software.amazon.awssdk.services.mobile that return types with arguments of type DeleteProjectResponse Modifier and Type Method Description default CompletableFuture<DeleteProjectResponse>MobileAsyncClient. deleteProject(Consumer<DeleteProjectRequest.Builder> deleteProjectRequest)Delets a project in AWS Mobile Hub.default CompletableFuture<DeleteProjectResponse>MobileAsyncClient. deleteProject(DeleteProjectRequest deleteProjectRequest)Delets a project in AWS Mobile Hub.
-