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