Uses of Class
com.amazonaws.services.codedeploy.model.InstanceInfo
Packages that use InstanceInfo
-
Uses of InstanceInfo in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return InstanceInfoModifier and TypeMethodDescriptionInstanceInfo.clone()
GetOnPremisesInstanceResult.getInstanceInfo()
Information about the on-premises instance.InstanceInfo.withDeregisterTime
(Date deregisterTime) If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.InstanceInfo.withIamUserArn
(String iamUserArn) The IAM user ARN associated with the on-premises instance.InstanceInfo.withInstanceArn
(String instanceArn) The ARN of the on-premises instance.InstanceInfo.withInstanceName
(String instanceName) The name of the on-premises instance.InstanceInfo.withRegisterTime
(Date registerTime) The time at which the on-premises instance was registered.The tags currently associated with the on-premises instance.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 InstanceInfoModifier and TypeMethodDescriptionBatchGetOnPremisesInstancesResult.getInstanceInfos()
Information about the on-premises instances.Methods in com.amazonaws.services.codedeploy.model with parameters of type InstanceInfoModifier and TypeMethodDescriptionvoid
GetOnPremisesInstanceResult.setInstanceInfo
(InstanceInfo instanceInfo) Information about the on-premises instance.GetOnPremisesInstanceResult.withInstanceInfo
(InstanceInfo instanceInfo) Information about the on-premises instance.BatchGetOnPremisesInstancesResult.withInstanceInfos
(InstanceInfo... instanceInfos) Information about the on-premises instances.Method parameters in com.amazonaws.services.codedeploy.model with type arguments of type InstanceInfoModifier and TypeMethodDescriptionvoid
BatchGetOnPremisesInstancesResult.setInstanceInfos
(Collection<InstanceInfo> instanceInfos) Information about the on-premises instances.BatchGetOnPremisesInstancesResult.withInstanceInfos
(Collection<InstanceInfo> instanceInfos) Information about the on-premises instances.