Uses of Class
com.amazonaws.services.codedeploy.model.ApplicationInfo
-
Packages that use ApplicationInfo Package Description com.amazonaws.services.codedeploy.model -
-
Uses of ApplicationInfo in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return ApplicationInfo Modifier and Type Method Description ApplicationInfoApplicationInfo. clone()ApplicationInfoGetApplicationResult. getApplication()Information about the application.ApplicationInfoApplicationInfo. withApplicationId(String applicationId)The application ID.ApplicationInfoApplicationInfo. withApplicationName(String applicationName)The application name.ApplicationInfoApplicationInfo. withCreateTime(Date createTime)The time at which the application was created.ApplicationInfoApplicationInfo. withLinkedToGitHub(Boolean linkedToGitHub)True if the user has authenticated with GitHub for the specified application; otherwise, false.Methods in com.amazonaws.services.codedeploy.model that return types with arguments of type ApplicationInfo Modifier and Type Method Description List<ApplicationInfo>BatchGetApplicationsResult. getApplicationsInfo()Information about the applications.Methods in com.amazonaws.services.codedeploy.model with parameters of type ApplicationInfo Modifier and Type Method Description voidGetApplicationResult. setApplication(ApplicationInfo application)Information about the application.GetApplicationResultGetApplicationResult. withApplication(ApplicationInfo application)Information about the application.BatchGetApplicationsResultBatchGetApplicationsResult. withApplicationsInfo(ApplicationInfo... applicationsInfo)Information about the applications.Method parameters in com.amazonaws.services.codedeploy.model with type arguments of type ApplicationInfo Modifier and Type Method Description voidBatchGetApplicationsResult. setApplicationsInfo(Collection<ApplicationInfo> applicationsInfo)Information about the applications.BatchGetApplicationsResultBatchGetApplicationsResult. withApplicationsInfo(Collection<ApplicationInfo> applicationsInfo)Information about the applications.
-