Uses of Class
com.amazonaws.services.codedeploy.model.InstanceInfo
-
Packages that use InstanceInfo Package Description com.amazonaws.services.codedeploy.model -
-
Uses of InstanceInfo in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return InstanceInfo Modifier and Type Method Description InstanceInfoInstanceInfo. clone()InstanceInfoGetOnPremisesInstanceResult. getInstanceInfo()Information about the on-premises instance.InstanceInfoInstanceInfo. withDeregisterTime(Date deregisterTime)If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.InstanceInfoInstanceInfo. withIamUserArn(String iamUserArn)The IAM user ARN associated with the on-premises instance.InstanceInfoInstanceInfo. withInstanceArn(String instanceArn)The ARN of the on-premises instance.InstanceInfoInstanceInfo. withInstanceName(String instanceName)The name of the on-premises instance.InstanceInfoInstanceInfo. withRegisterTime(Date registerTime)The time at which the on-premises instance was registered.InstanceInfoInstanceInfo. withTags(Tag... tags)The tags currently associated with the on-premises instance.InstanceInfoInstanceInfo. withTags(Collection<Tag> tags)The tags currently associated with the on-premises instance.Methods in com.amazonaws.services.codedeploy.model that return types with arguments of type InstanceInfo Modifier and Type Method Description List<InstanceInfo>BatchGetOnPremisesInstancesResult. getInstanceInfos()Information about the on-premises instances.Methods in com.amazonaws.services.codedeploy.model with parameters of type InstanceInfo Modifier and Type Method Description voidGetOnPremisesInstanceResult. setInstanceInfo(InstanceInfo instanceInfo)Information about the on-premises instance.GetOnPremisesInstanceResultGetOnPremisesInstanceResult. withInstanceInfo(InstanceInfo instanceInfo)Information about the on-premises instance.BatchGetOnPremisesInstancesResultBatchGetOnPremisesInstancesResult. withInstanceInfos(InstanceInfo... instanceInfos)Information about the on-premises instances.Method parameters in com.amazonaws.services.codedeploy.model with type arguments of type InstanceInfo Modifier and Type Method Description voidBatchGetOnPremisesInstancesResult. setInstanceInfos(Collection<InstanceInfo> instanceInfos)Information about the on-premises instances.BatchGetOnPremisesInstancesResultBatchGetOnPremisesInstancesResult. withInstanceInfos(Collection<InstanceInfo> instanceInfos)Information about the on-premises instances.
-