Uses of Class
software.amazon.awssdk.services.codedeploy.model.ApplicationInfo
-
Packages that use ApplicationInfo Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of ApplicationInfo in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return ApplicationInfo Modifier and Type Method Description ApplicationInfoGetApplicationResponse. application()Information about the application.Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type ApplicationInfo Modifier and Type Method Description List<ApplicationInfo>BatchGetApplicationsResponse. applicationsInfo()Information about the applications.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type ApplicationInfo Modifier and Type Method Description GetApplicationResponse.BuilderGetApplicationResponse.Builder. application(ApplicationInfo application)Information about the application.BatchGetApplicationsResponse.BuilderBatchGetApplicationsResponse.Builder. applicationsInfo(ApplicationInfo... applicationsInfo)Information about the applications.Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type ApplicationInfo Modifier and Type Method Description BatchGetApplicationsResponse.BuilderBatchGetApplicationsResponse.Builder. applicationsInfo(Collection<ApplicationInfo> applicationsInfo)Information about the applications.
-