Uses of Class
software.amazon.awssdk.services.panorama.model.NodeInstance
-
Packages that use NodeInstance Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of NodeInstance in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return types with arguments of type NodeInstance Modifier and Type Method Description List<NodeInstance>ListApplicationInstanceNodeInstancesResponse. nodeInstances()A list of node instances.Methods in software.amazon.awssdk.services.panorama.model with parameters of type NodeInstance Modifier and Type Method Description ListApplicationInstanceNodeInstancesResponse.BuilderListApplicationInstanceNodeInstancesResponse.Builder. nodeInstances(NodeInstance... nodeInstances)A list of node instances.Method parameters in software.amazon.awssdk.services.panorama.model with type arguments of type NodeInstance Modifier and Type Method Description ListApplicationInstanceNodeInstancesResponse.BuilderListApplicationInstanceNodeInstancesResponse.Builder. nodeInstances(Collection<NodeInstance> nodeInstances)A list of node instances.
-