Uses of Class
com.amazonaws.services.codedeploy.model.ApplicationInfo
Packages that use ApplicationInfo
-
Uses of ApplicationInfo in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return ApplicationInfoModifier and TypeMethodDescriptionApplicationInfo.clone()
GetApplicationResult.getApplication()
Information about the application.ApplicationInfo.withApplicationId
(String applicationId) The application ID.ApplicationInfo.withApplicationName
(String applicationName) The application name.ApplicationInfo.withCreateTime
(Date createTime) The time at which the application was created.ApplicationInfo.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 ApplicationInfoModifier and TypeMethodDescriptionBatchGetApplicationsResult.getApplicationsInfo()
Information about the applications.Methods in com.amazonaws.services.codedeploy.model with parameters of type ApplicationInfoModifier and TypeMethodDescriptionvoid
GetApplicationResult.setApplication
(ApplicationInfo application) Information about the application.GetApplicationResult.withApplication
(ApplicationInfo application) Information about the application.BatchGetApplicationsResult.withApplicationsInfo
(ApplicationInfo... applicationsInfo) Information about the applications.Method parameters in com.amazonaws.services.codedeploy.model with type arguments of type ApplicationInfoModifier and TypeMethodDescriptionvoid
BatchGetApplicationsResult.setApplicationsInfo
(Collection<ApplicationInfo> applicationsInfo) Information about the applications.BatchGetApplicationsResult.withApplicationsInfo
(Collection<ApplicationInfo> applicationsInfo) Information about the applications.