Uses of Class
software.amazon.awssdk.services.codedeploy.model.InstanceInfo
-
Packages that use InstanceInfo Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of InstanceInfo in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return InstanceInfo Modifier and Type Method Description InstanceInfoGetOnPremisesInstanceResponse. instanceInfo()Information about the on-premises instance.Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type InstanceInfo Modifier and Type Method Description List<InstanceInfo>BatchGetOnPremisesInstancesResponse. instanceInfos()Information about the on-premises instances.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type InstanceInfo Modifier and Type Method Description GetOnPremisesInstanceResponse.BuilderGetOnPremisesInstanceResponse.Builder. instanceInfo(InstanceInfo instanceInfo)Information about the on-premises instance.BatchGetOnPremisesInstancesResponse.BuilderBatchGetOnPremisesInstancesResponse.Builder. instanceInfos(InstanceInfo... instanceInfos)Information about the on-premises instances.Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type InstanceInfo Modifier and Type Method Description BatchGetOnPremisesInstancesResponse.BuilderBatchGetOnPremisesInstancesResponse.Builder. instanceInfos(Collection<InstanceInfo> instanceInfos)Information about the on-premises instances.
-