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 InstanceInfo
InstanceInfo. clone()
InstanceInfo
GetOnPremisesInstanceResult. getInstanceInfo()
Information about the on-premises instance.InstanceInfo
InstanceInfo. withDeregisterTime(Date deregisterTime)
If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.InstanceInfo
InstanceInfo. withIamUserArn(String iamUserArn)
The IAM user ARN associated with the on-premises instance.InstanceInfo
InstanceInfo. withInstanceArn(String instanceArn)
The ARN of the on-premises instance.InstanceInfo
InstanceInfo. withInstanceName(String instanceName)
The name of the on-premises instance.InstanceInfo
InstanceInfo. withRegisterTime(Date registerTime)
The time at which the on-premises instance was registered.InstanceInfo
InstanceInfo. withTags(Tag... tags)
The tags currently associated with the on-premises instance.InstanceInfo
InstanceInfo. 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 void
GetOnPremisesInstanceResult. setInstanceInfo(InstanceInfo instanceInfo)
Information about the on-premises instance.GetOnPremisesInstanceResult
GetOnPremisesInstanceResult. withInstanceInfo(InstanceInfo instanceInfo)
Information about the on-premises instance.BatchGetOnPremisesInstancesResult
BatchGetOnPremisesInstancesResult. 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 void
BatchGetOnPremisesInstancesResult. setInstanceInfos(Collection<InstanceInfo> instanceInfos)
Information about the on-premises instances.BatchGetOnPremisesInstancesResult
BatchGetOnPremisesInstancesResult. withInstanceInfos(Collection<InstanceInfo> instanceInfos)
Information about the on-premises instances.
-