Uses of Class
com.amazonaws.services.codedeploy.model.InstanceSummary
-
Packages that use InstanceSummary Package Description com.amazonaws.services.codedeploy.model -
-
Uses of InstanceSummary in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return InstanceSummary Modifier and Type Method Description InstanceSummaryInstanceSummary. clone()InstanceSummaryGetDeploymentInstanceResult. getInstanceSummary()Information about the instance.InstanceSummaryInstanceSummary. withDeploymentId(String deploymentId)The deployment ID.InstanceSummaryInstanceSummary. withInstanceId(String instanceId)The instance ID.InstanceSummaryInstanceSummary. withLastUpdatedAt(Date lastUpdatedAt)A timestamp indicating when the instance information was last updated.InstanceSummaryInstanceSummary. withLifecycleEvents(LifecycleEvent... lifecycleEvents)A list of lifecycle events for this instance.InstanceSummaryInstanceSummary. withLifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)A list of lifecycle events for this instance.InstanceSummaryInstanceSummary. withStatus(InstanceStatus status)The deployment status for this instance:InstanceSummaryInstanceSummary. withStatus(String status)The deployment status for this instance:Methods in com.amazonaws.services.codedeploy.model that return types with arguments of type InstanceSummary Modifier and Type Method Description List<InstanceSummary>BatchGetDeploymentInstancesResult. getInstancesSummary()Information about the instance.Methods in com.amazonaws.services.codedeploy.model with parameters of type InstanceSummary Modifier and Type Method Description voidGetDeploymentInstanceResult. setInstanceSummary(InstanceSummary instanceSummary)Information about the instance.BatchGetDeploymentInstancesResultBatchGetDeploymentInstancesResult. withInstancesSummary(InstanceSummary... instancesSummary)Information about the instance.GetDeploymentInstanceResultGetDeploymentInstanceResult. withInstanceSummary(InstanceSummary instanceSummary)Information about the instance.Method parameters in com.amazonaws.services.codedeploy.model with type arguments of type InstanceSummary Modifier and Type Method Description voidBatchGetDeploymentInstancesResult. setInstancesSummary(Collection<InstanceSummary> instancesSummary)Information about the instance.BatchGetDeploymentInstancesResultBatchGetDeploymentInstancesResult. withInstancesSummary(Collection<InstanceSummary> instancesSummary)Information about the instance.
-