Uses of Class
software.amazon.awssdk.services.codecatalyst.model.GetProjectResponse
-
Packages that use GetProjectResponse Package Description software.amazon.awssdk.services.codecatalyst Welcome to the Amazon CodeCatalyst API reference. -
-
Uses of GetProjectResponse in software.amazon.awssdk.services.codecatalyst
Methods in software.amazon.awssdk.services.codecatalyst that return GetProjectResponse Modifier and Type Method Description default GetProjectResponseCodeCatalystClient. getProject(Consumer<GetProjectRequest.Builder> getProjectRequest)Returns information about a project.default GetProjectResponseCodeCatalystClient. getProject(GetProjectRequest getProjectRequest)Returns information about a project.Methods in software.amazon.awssdk.services.codecatalyst that return types with arguments of type GetProjectResponse Modifier and Type Method Description default CompletableFuture<GetProjectResponse>CodeCatalystAsyncClient. getProject(Consumer<GetProjectRequest.Builder> getProjectRequest)Returns information about a project.default CompletableFuture<GetProjectResponse>CodeCatalystAsyncClient. getProject(GetProjectRequest getProjectRequest)Returns information about a project.
-