Uses of Class
software.amazon.awssdk.services.codecatalyst.model.DeleteProjectRequest
-
Packages that use DeleteProjectRequest Package Description software.amazon.awssdk.services.codecatalyst Welcome to the Amazon CodeCatalyst API reference.software.amazon.awssdk.services.codecatalyst.transform -
-
Uses of DeleteProjectRequest in software.amazon.awssdk.services.codecatalyst
Methods in software.amazon.awssdk.services.codecatalyst with parameters of type DeleteProjectRequest Modifier and Type Method Description default CompletableFuture<DeleteProjectResponse>CodeCatalystAsyncClient. deleteProject(DeleteProjectRequest deleteProjectRequest)Deletes a project in a space.default DeleteProjectResponseCodeCatalystClient. deleteProject(DeleteProjectRequest deleteProjectRequest)Deletes a project in a space. -
Uses of DeleteProjectRequest in software.amazon.awssdk.services.codecatalyst.transform
Methods in software.amazon.awssdk.services.codecatalyst.transform with parameters of type DeleteProjectRequest Modifier and Type Method Description SdkHttpFullRequestDeleteProjectRequestMarshaller. marshall(DeleteProjectRequest deleteProjectRequest)
-